net.logstash.log4j.JSONEventLayout Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jsonevent-layout Show documentation
Show all versions of jsonevent-layout Show documentation
Log4j pattern layout that conforms to the logstash json_event format
package net.logstash.log4j;
public class JSONEventLayout extends JSONEventLayoutV1 {
}