JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
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
LogEventParser
Parse the output from a layout into instances of
LogEvent
.
ParseException
Thrown when the input cannot be parsed.
TextLogEventParser
Parses the output from a text based layout into instances of
LogEvent
.