exceptionfactory / ParCEFone

JAVA Common Event Format log parser

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

JAVA Common Event Format log parser

License:Apache License 2.0


Languages

Language:Java 100.0%