Uses of Interface
org.apache.logging.log4j.core.layout.AbstractStringLayout.Serializer
-
Packages that use AbstractStringLayout.Serializer Package Description org.apache.logging.log4j.core.layout org.apache.logging.log4j.core.net -
-
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.SerializerPatternLayout.SerializerBuilder. build()static AbstractStringLayout.SerializerPatternLayout. createSerializer(Configuration configuration, RegexReplacement replace, String pattern, String defaultPattern, PatternSelector patternSelector, boolean alwaysWriteExceptions, boolean noConsoleNoAnsi)Deprecated.UsePatternLayout.newSerializerBuilder()instead.AbstractStringLayout.SerializerPatternLayout. getEventSerializer()AbstractStringLayout.SerializerAbstractStringLayout.Builder. getFooterSerializer()AbstractStringLayout.SerializerAbstractStringLayout. getFooterSerializer()AbstractStringLayout.SerializerAbstractStringLayout.Builder. getHeaderSerializer()AbstractStringLayout.SerializerAbstractStringLayout. 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 StringAbstractStringLayout. serializeToString(AbstractStringLayout.Serializer serializer)BAbstractStringLayout.Builder. setFooterSerializer(AbstractStringLayout.Serializer footerSerializer)BAbstractStringLayout.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. -
Uses of AbstractStringLayout.Serializer in org.apache.logging.log4j.core.net
Methods in org.apache.logging.log4j.core.net that return AbstractStringLayout.Serializer Modifier and Type Method Description AbstractStringLayout.SerializerMailManager.FactoryData. getSubjectSerializer()Constructors in org.apache.logging.log4j.core.net with parameters of type AbstractStringLayout.Serializer Constructor Description FactoryData(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)
-