/ParCEFone

JAVA Common Event Format log parser

Primary LanguageJavaApache License 2.0Apache-2.0

ParCEFone Build Status

ParCEFone is a simple to use Common Event Format - CEF - log parser for the JVM.

It is written in JAVA and can be used by most JVM languages.

Using it

If using Maven, add the following dependency:

<dependency>
    <groupId>com.fluenda</groupId>
    <artifactId>ParCEFone</artifactId>
    <version>1.2.7</version>
</dependency>

ParCEFone is licensed under ASL 2