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
Classes in org.apache.logging.log4j.core.layout that implement AbstractStringLayout.Serializer2 Modifier and Type Class Description private static class
PatternLayout.PatternSelectorSerializer
private static class
PatternLayout.PatternSerializer
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.
-