An open API service indexing awesome lists of open source software.

https://github.com/ntd/luasyslog

syslog based appender for LuaLogging
https://github.com/ntd/luasyslog

logging lua luarocks syslog

Last synced: 10 months ago
JSON representation

syslog based appender for LuaLogging

Awesome Lists containing this project

README

          

A fork of [luasyslog](https://luarocks.org/modules/luarocks/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