/lualogging

A simple API to use logging features in Lua

Primary LanguageLuaMIT LicenseMIT

build status

LuaLogging

https://lunarmodules.github.io/lualogging/

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, rolling file, email, socket and sql outputs.

Current version is 1.4.0. It was developed for Lua 5.1+

LuaLogging is free software and uses the same license as Lua. It is part of the Kepler Project.

Please see docs at https://lunarmodules.github.io/lualogging/ for more details

Installation

With LuaRocks:

luarocks install lualogging

Latest Git revision

With LuaRocks:

luarocks install https://github.com/lunarmodules/lualogging/raw/master/lualogging-dev-1.rockspec

With make:

sudo make

Copyright

See LICENSE file

History and changelog

See the online documentation.