Uses of Package
org.apache.logging.log4j.core.parser
-
Packages that use org.apache.logging.log4j.core.parser Package Description org.apache.logging.log4j.core.parser Parsers for the output of various layouts. -
Classes in org.apache.logging.log4j.core.parser used by org.apache.logging.log4j.core.parser Class Description AbstractJacksonLogEventParser LogEventParser Parse the output from a layout into instances ofLogEvent
.ParseException Thrown when the input cannot be parsed.TextLogEventParser Parses the output from a text based layout into instances ofLogEvent
.