Uses of Interface
org.apache.logging.log4j.core.layout.AbstractStringLayout.Serializer2
-
Packages that use AbstractStringLayout.Serializer2 Package Description org.apache.logging.log4j.core.layout Log4j 2 Layout support. -
-
Uses of AbstractStringLayout.Serializer2 in org.apache.logging.log4j.core.layout
Subinterfaces of AbstractStringLayout.Serializer2 in org.apache.logging.log4j.core.layout Modifier and Type Interface Description static interface
AbstractStringLayout.Serializer
private static interface
PatternLayout.PatternSerializer
Classes in org.apache.logging.log4j.core.layout that implement AbstractStringLayout.Serializer2 Modifier and Type Class Description private static class
PatternLayout.NoFormatPatternSerializer
private static class
PatternLayout.PatternFormatterPatternSerializer
private static class
PatternLayout.PatternSelectorSerializer
private static class
PatternLayout.PatternSerializerWithReplacement
Methods in org.apache.logging.log4j.core.layout with parameters of type AbstractStringLayout.Serializer2 Modifier and Type Method Description private java.lang.StringBuilder
PatternLayout. toText(AbstractStringLayout.Serializer2 serializer, LogEvent event, java.lang.StringBuilder destination)
Creates a text representation of the specified log event and writes it into the specified StringBuilder.
-