lua-users home
lua-l archive

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


Hi,

LuaLogging is a simple API to use logging features in Lua.

Version 1.1.2 is a maintenance release that fixes a bug found by Carlos
Augusto.
The bug caused a stack overflow when using logging.tostring() with numbers.

LuaLogging is part of the Kepler Project and can be found at
http://www.keplerproject.org/lualogging

LuaLogging is free software, using the same license as Lua 5.0, and follows
the
package proposal for Lua 5.1 (using Compat-5.1).

Any comments and feedback are welcome.

André Carregal