Uses of Interface
org.apache.logging.log4j.core.parser.LogEventParser
-
Packages that use LogEventParser Package Description org.apache.logging.log4j.core.parser Parsers for the output of various layouts. -
-
Uses of LogEventParser in org.apache.logging.log4j.core.parser
Subinterfaces of LogEventParser in org.apache.logging.log4j.core.parser Modifier and Type Interface Description interface
TextLogEventParser
Parses the output from a text based layout into instances ofLogEvent
.Classes in org.apache.logging.log4j.core.parser that implement LogEventParser Modifier and Type Class Description (package private) class
AbstractJacksonLogEventParser
class
JsonLogEventParser
Parses the output from JsonLayout layout into instances ofLogEvent
.class
XmlLogEventParser
Parses the output from XmlLayout layout into instances ofLogEvent
.class
YamlLogEventParser
Parses the output from YamlLayout layout into instances ofLogEvent
.
-