/syslog4j

Complete Syslog Implementation for Java

Primary LanguageJavaGNU Lesser General Public License v2.1LGPL-2.1

syslog4j

Build Status

This will soon be the new official home for Syslog4j.

Building Syslog4j

Syslog4j uses a standard Maven build process. You can build it using Maven 3.2.0 or later.

If you haven't done so already, you'll need to build and install the [parent module] (https://github.com/syslog4j/syslog4j-parent).

After installing the parent module, build Syslog4j as follows:

mvn clean install