[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: [ANN] LuaLogging 1.1.0
- From: "Danilo Tuler" <tuler@...>
- Date: Fri, 12 Nov 2004 19:42:01 -0300
Hi,
LuaLogging is a simple API to use logging features in Lua.
It is free software, using the same license as Lua 5.0, and follows the
package proposal for Lua 5.1 (using Compat-5.1).
LuaFileSystem is part of the Kepler Project and can be found at
http://www.keplerproject.org/lualogging
This version introduces the concept of appenders, which is a way to
virtualize the output of a log request. A set of built-in appenders are
provided in the distribution. They are:
- Console
- File (with date pattern for daily/monthly logs)
- SQL
- Socket
- Email
Any comments and feedback are welcome.
-- Danilo Tuler