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 interfaceAbstractStringLayout.Serializerprivate static interfacePatternLayout.PatternSerializerClasses in org.apache.logging.log4j.core.layout that implement AbstractStringLayout.Serializer2 Modifier and Type Class Description private static classPatternLayout.NoFormatPatternSerializerprivate static classPatternLayout.PatternFormatterPatternSerializerprivate static classPatternLayout.PatternSelectorSerializerprivate static classPatternLayout.PatternSerializerWithReplacementMethods in org.apache.logging.log4j.core.layout with parameters of type AbstractStringLayout.Serializer2 Modifier and Type Method Description private java.lang.StringBuilderPatternLayout. 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.
-