项目作者: ntd

项目描述 :
syslog based appender for LuaLogging
高级语言: C
项目地址: git://github.com/ntd/luasyslog.git
创建时间: 2014-06-05T11:18:08Z
项目社区:https://github.com/ntd/luasyslog

开源协议:MIT License

下载


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:

  1. 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.

  1. ./autogen.sh
  2. ./configure
  3. make
  4. make install # Possibly as root

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

  1. make rock