Uses of Interface
org.apache.logging.log4j.core.layout.AbstractStringLayout.Serializer2
Packages that use AbstractStringLayout.Serializer2
-
Uses of AbstractStringLayout.Serializer2 in org.apache.logging.log4j.core.layout
Subinterfaces of AbstractStringLayout.Serializer2 in org.apache.logging.log4j.core.layoutModifier and TypeInterfaceDescriptionstatic interface
private static interface
Classes in org.apache.logging.log4j.core.layout that implement AbstractStringLayout.Serializer2Modifier and TypeClassDescriptionprivate static final class
private static final class
private static final class
private static final class
Methods in org.apache.logging.log4j.core.layout with parameters of type AbstractStringLayout.Serializer2Modifier and TypeMethodDescriptionprivate StringBuilder
PatternLayout.toText
(AbstractStringLayout.Serializer2 serializer, LogEvent event, StringBuilder destination) Creates a text representation of the specified log event and writes it into the specified StringBuilder.