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
- Host: GitHub
- URL: https://github.com/ntd/luasyslog
- Owner: ntd
- License: mit
- Created: 2014-06-05T11:18:08.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2022-02-17T08:39:55.000Z (almost 4 years ago)
- Last Synced: 2025-03-22T09:01:56.463Z (11 months ago)
- Topics: logging, lua, luarocks, syslog
- Language: C
- Size: 41 KB
- Stars: 3
- Watchers: 1
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
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