Uses of Interface
org.apache.logging.log4j.core.parser.TextLogEventParser
-
Packages that use TextLogEventParser Package Description org.apache.logging.log4j.core.parser Parsers for the output of various layouts. -
-
Uses of TextLogEventParser in org.apache.logging.log4j.core.parser
Classes in org.apache.logging.log4j.core.parser that implement TextLogEventParser Modifier and Type Class Description (package private) classAbstractJacksonLogEventParserclassJsonLogEventParserParses 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.
-