xref: /OK3568_Linux_fs/buildroot/package/lualogging/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
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