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.
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
With LuaRocks:
luarocks install lualogging
With LuaRocks:
luarocks install lualogging --dev
With make:
sudo make
See LICENSE file
For the changelog see the online documentation.
- update changelog in docs (
index.html
, updatehistory
andstatus
sections) - update version in
logging.lua
- update copyright years if needed
- update rockspec
- commit as
release X.Y.Z
- tag as
vX.Y.Z
- push commit and tag
- upload to luarocks
- test luarocks installation