lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


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.

Version 1.1.4 was developed for Lua 5.1 and fixes bug [#1719]:
- inefficient handling of file loggers (patch by Jürgen Hötzel).

LuaLogging is free software and uses the same license as Lua 5.1.

Please see docs at http://www.keplerproject.org/lualogging/ for more details

Feedback is welcome, please use the LuaForge bug tracker for bug reporting.

Thanks in advance

André