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 class
PatternLayout.NoFormatPatternSerializer
private static class
PatternLayout.PatternFormatterPatternSerializer
Fields in org.apache.logging.log4j.core.layout declared as PatternLayout.PatternSerializer Modifier and Type Field Description private PatternLayout.PatternSerializer
PatternLayout.PatternSerializerWithReplacement. delegate
Constructors in org.apache.logging.log4j.core.layout with parameters of type PatternLayout.PatternSerializer Constructor Description PatternSerializerWithReplacement(PatternLayout.PatternSerializer delegate, RegexReplacement replace)
-