Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 749 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 749 Bytes

Build Status Maven Central

Logstash Log4j2 Encoder

This library contains a log4j2 layout to format log lines according to the logstash JSON spec.

How to use

Include in your project as follows:

<dependencies>
    <dependency>
        <groupId>io.github.alexswilliams</groupId>
        <artifactId>logstash-log4j2-encoder</artifactId>
    </dependency>
</dependencies>

Dependency Requirements

The minimum supported JDK is 1.8.

The minimum supported SLF4J is 2.0.0.