Uses of Interface
org.apache.logging.log4j.core.layout.AbstractStringLayout.Serializer
Packages that use AbstractStringLayout.Serializer
Package
Description
Log4j 2 Layout support.
Log4j 2 network support.
-
Uses of AbstractStringLayout.Serializer in org.apache.logging.log4j.core.layout
Methods in org.apache.logging.log4j.core.layout that return AbstractStringLayout.SerializerModifier and TypeMethodDescriptionPatternLayout.SerializerBuilder.build()
PatternLayout.createSerializer
(Configuration configuration, RegexReplacement replace, String pattern, String defaultPattern, PatternSelector patternSelector, boolean alwaysWriteExceptions, boolean noConsoleNoAnsi) Deprecated.PatternLayout.getEventSerializer()
AbstractStringLayout.Builder.getFooterSerializer()
AbstractStringLayout.getFooterSerializer()
AbstractStringLayout.Builder.getHeaderSerializer()
AbstractStringLayout.getHeaderSerializer()
Methods in org.apache.logging.log4j.core.layout with parameters of type AbstractStringLayout.SerializerModifier and TypeMethodDescriptionprotected byte[]
AbstractStringLayout.serializeToBytes
(AbstractStringLayout.Serializer serializer, byte[] defaultValue) protected String
AbstractStringLayout.serializeToString
(AbstractStringLayout.Serializer serializer) AbstractStringLayout.Builder.setFooterSerializer
(AbstractStringLayout.Serializer footerSerializer) AbstractStringLayout.Builder.setHeaderSerializer
(AbstractStringLayout.Serializer headerSerializer) Constructors in org.apache.logging.log4j.core.layout with parameters of type AbstractStringLayout.SerializerModifierConstructorDescriptionprotected
AbstractStringLayout
(Configuration config, Charset aCharset, AbstractStringLayout.Serializer headerSerializer, AbstractStringLayout.Serializer footerSerializer) Builds a new layout. -
Uses of AbstractStringLayout.Serializer in org.apache.logging.log4j.core.net
Methods in org.apache.logging.log4j.core.net that return AbstractStringLayout.SerializerConstructors in org.apache.logging.log4j.core.net with parameters of type AbstractStringLayout.SerializerModifierConstructorDescriptionFactoryData
(String to, String cc, String bcc, String from, String replyTo, String subject, AbstractStringLayout.Serializer subjectSerializer, String smtpProtocol, String smtpHost, int smtpPort, String smtpUsername, String smtpPassword, boolean smtpDebug, int bufferSize, SslConfiguration sslConfiguration, String filterName)
PatternLayout.newSerializerBuilder()
instead.