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 interfaceTextLogEventParserParses 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 classJsonLogEventParserParses the output from JsonLayout layout into instances ofLogEvent.classXmlLogEventParserParses the output from XmlLayout layout into instances ofLogEvent.classYamlLogEventParserParses the output from YamlLayout layout into instances ofLogEvent.
-