Uses of Interface
org.apache.logging.log4j.core.layout.PatternLayout.PatternSerializer
-
Packages that use PatternLayout.PatternSerializer Package Description org.apache.logging.log4j.core.layout Log4j 2 Layout support. -
-
Uses of PatternLayout.PatternSerializer in org.apache.logging.log4j.core.layout
Classes in org.apache.logging.log4j.core.layout that implement PatternLayout.PatternSerializer Modifier and Type Class Description private static classPatternLayout.NoFormatPatternSerializerprivate static classPatternLayout.PatternFormatterPatternSerializerFields in org.apache.logging.log4j.core.layout declared as PatternLayout.PatternSerializer Modifier and Type Field Description private PatternLayout.PatternSerializerPatternLayout.PatternSerializerWithReplacement. delegateConstructors in org.apache.logging.log4j.core.layout with parameters of type PatternLayout.PatternSerializer Constructor Description PatternSerializerWithReplacement(PatternLayout.PatternSerializer delegate, RegexReplacement replace)
-