Skip to content

hishamhm/luasyslog

 
 

Repository files navigation

A fork of luasyslog by Nicolas Casalini.

The implemented enhancements include Lua 5.2 and 5.3 support, a revamped build system and proper module encapsulation.

Installation

If you use luarocks:

luarocks install --server=http://luarocks.org/manifests/ntd luasyslog

The project uses autotools, so if you want to manually build it from the repository you need autoconf, automake and libtool installed. Remember to generate configure beforehand by running autogen.sh.

./autogen.sh
./configure
make
make install # Possibly as root

The main Makefile.am provides the additional rock target for building the .src.rock package (luarocks is required):

make rock

About

syslog based appender for LuaLogging

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 59.8%
  • M4 36.7%
  • Lua 1.5%
  • Makefile 1.5%
  • Shell 0.5%