Package | Description |
---|---|
org.apache.logging.log4j.core.layout |
Log4j 2 Layout support.
|
org.apache.logging.log4j.core.net |
Log4j 2 network support.
|
Modifier and Type | Method and 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.
Use
PatternLayout.newSerializerBuilder() instead. |
AbstractStringLayout.Serializer |
PatternLayout.getEventSerializer() |
AbstractStringLayout.Serializer |
AbstractStringLayout.getFooterSerializer() |
AbstractStringLayout.Serializer |
AbstractStringLayout.Builder.getFooterSerializer() |
AbstractStringLayout.Serializer |
AbstractStringLayout.getHeaderSerializer() |
AbstractStringLayout.Serializer |
AbstractStringLayout.Builder.getHeaderSerializer() |
Modifier and Type | Method and 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) |
Constructor and Description |
---|
AbstractStringLayout(Configuration config,
Charset aCharset,
AbstractStringLayout.Serializer headerSerializer,
AbstractStringLayout.Serializer footerSerializer)
Builds a new layout.
|
Modifier and Type | Method and Description |
---|---|
AbstractStringLayout.Serializer |
MailManager.FactoryData.getSubjectSerializer() |
Constructor and 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) |
Copyright © 1999-2022 The Apache Software Foundation. All Rights Reserved.
Apache Logging, Apache Log4j, Log4j, Apache, the Apache feather logo, the Apache Logging project logo, and the Apache Log4j logo are trademarks of The Apache Software Foundation.