Uses of Class
org.apache.logging.log4j.core.pattern.PatternParser
Packages that use PatternParser
-
Uses of PatternParser in org.apache.logging.log4j.core.layout
Methods in org.apache.logging.log4j.core.layout that return PatternParserModifier and TypeMethodDescriptionstatic PatternParserPatternLayout.createPatternParser(Configuration config) Creates a PatternParser. -
Uses of PatternParser in org.apache.logging.log4j.core.pattern
Constructors in org.apache.logging.log4j.core.pattern with parameters of type PatternParserModifierConstructorDescriptionprotectedEqualsBaseReplacementConverter(String name, String style, List<PatternFormatter> formatters, String testString, String substitution, PatternParser parser) Construct the converter.