1config BR2_PACKAGE_LUALOGGING 2 bool "lualogging" 3 help 4 LuaLogging provides a simple API to use logging features in 5 Lua. Its design was based on log4j. LuaLogging currently 6 supports, through the use of appenders, console, file, rolling 7 file, email, socket and SQL outputs. 8 9 https://lunarmodules.github.io/lualogging/ 10