Uses of Class
org.apache.log4j.helpers.PatternParser
Packages that use PatternParser
Package
Description
The main log4j package.
Provides classes implementing format specifiers in conversion patterns.
-
Uses of PatternParser in org.apache.log4j
Methods in org.apache.log4j that return PatternParserModifier and TypeMethodDescriptionprotected PatternParser
EnhancedPatternLayout.createPatternParser
(String pattern) Returns PatternParser used to parse the conversion string.protected PatternParser
PatternLayout.createPatternParser
(String pattern) Returns PatternParser used to parse the conversion string. -
Uses of PatternParser in org.apache.log4j.pattern
Subclasses of PatternParser in org.apache.log4j.patternModifier and TypeClassDescriptionfinal class
The class implements the pre log4j 1.3 org.apache.log4j.helpers.PatternConverter contract by delegating to the log4j 1.3 pattern implementation.