Uses of Interface
org.apache.logging.log4j.core.layout.AbstractStringLayout.Serializer
-
Packages that use AbstractStringLayout.Serializer Package Description org.apache.logging.log4j.core.layout Log4j 2 Layout support. -
-
Uses of AbstractStringLayout.Serializer in org.apache.logging.log4j.core.layout
Methods in org.apache.logging.log4j.core.layout that return AbstractStringLayout.Serializer Modifier and Type Method Description AbstractStringLayout.Serializer
PatternLayout.SerializerBuilder. build()
static AbstractStringLayout.Serializer
PatternLayout. createSerializer(Configuration configuration, RegexReplacement replace, String pattern, String defaultPattern, PatternSelector patternSelector, boolean alwaysWriteExceptions, boolean noConsoleNoAnsi)
Deprecated.UsePatternLayout.newSerializerBuilder()
instead.AbstractStringLayout.Serializer
PatternLayout. getEventSerializer()
AbstractStringLayout.Serializer
AbstractStringLayout.Builder. getFooterSerializer()
AbstractStringLayout.Serializer
AbstractStringLayout. getFooterSerializer()
AbstractStringLayout.Serializer
AbstractStringLayout.Builder. getHeaderSerializer()
AbstractStringLayout.Serializer
AbstractStringLayout. getHeaderSerializer()
Methods in org.apache.logging.log4j.core.layout with parameters of type AbstractStringLayout.Serializer Modifier and Type Method Description protected byte[]
AbstractStringLayout. serializeToBytes(AbstractStringLayout.Serializer serializer, byte[] defaultValue)
protected String
AbstractStringLayout. serializeToString(AbstractStringLayout.Serializer serializer)
B
AbstractStringLayout.Builder. setFooterSerializer(AbstractStringLayout.Serializer footerSerializer)
B
AbstractStringLayout.Builder. setHeaderSerializer(AbstractStringLayout.Serializer headerSerializer)
Constructors in org.apache.logging.log4j.core.layout with parameters of type AbstractStringLayout.Serializer Constructor Description AbstractStringLayout(Configuration config, Charset aCharset, AbstractStringLayout.Serializer headerSerializer, AbstractStringLayout.Serializer footerSerializer)
Builds a new layout.
-