Overview
LuaLogging provides a simple API to use logging features in Lua. Its design was based on log4j. LuaLogging currently supports, through the use of appenders, console, file, email, socket and sql outputs.
LuaLogging is free software and uses the same license as Lua 5.0. It is part of the Kepler Project.
Status
Current version is 1.1.2. It was developed for Lua 5.1 but it is compatible with Lua 5.0 through the use of Compat-5.1.
Download
LuaLogging can be downloaded from its Lua Forge page.
Dependencies
LuaLogging dependencies can be separated by the used appenders:
- LuaLogging Core, Console and File appenders
-
- Lua 5.1 (or Lua 5.0 plus Compat-5.1 Release 5)
- Socket and Email appenders
- SQL appender
History
- 1.1.2 [14/Aug/2006]
- Fixed a bug found by Carlos Augusto where tostring() was being incorrectly used with numbers.
- 1.1.1 [31/Mar/2006]
- 1.1.0 [12/Nov/2004]
- 1.0.0 [02/Jul/2004]
Credits
LuaLogging 1.1.x was designed by Danilo Tuler and Thiago Ponte and implemented by Thiago Ponte.
LuaLogging 1.0.0 was designed by Danilo Tuler (and log4j) and implemented by Danilo Tuler and André Carregal.
Contact
For more information please contact us. Comments are welcome!
You can also reach other Kepler developers and users on the Kepler Project mailing list.