Package org.apache.logging.log4j.core.parser
Parsers for the output of various layouts.
-
Interface Summary Interface Description LogEventParser Parse the output from a layout into instances ofLogEvent
.TextLogEventParser Parses the output from a text based layout into instances ofLogEvent
. -
Class Summary Class Description JsonLogEventParser Parses the output from JsonLayout layout into instances ofLogEvent
.XmlLogEventParser Parses the output from XmlLayout layout into instances ofLogEvent
.YamlLogEventParser Parses the output from YamlLayout layout into instances ofLogEvent
. -
Exception Summary Exception Description ParseException Thrown when the input cannot be parsed.