Package | Description |
---|---|
org.apache.logging.log4j.core.appender |
Log4j 2.0 Appenders.
|
org.apache.logging.log4j.core.net |
Log4j 2.0 network support.
|
org.apache.logging.log4j.core.net.ssl |
Log4j 2.0 SSL support
|
Modifier and Type | Method and Description |
---|---|
static TLSSyslogAppender |
TLSSyslogAppender.createAppender(String host,
String portNum,
SSLConfiguration sslConfig,
String delay,
String immediateFail,
String name,
String immediateFlush,
String ignore,
String facility,
String id,
String ein,
String includeMDC,
String mdcId,
String mdcPrefix,
String eventPrefix,
String includeNL,
String escapeNL,
String appName,
String msgId,
String excludes,
String includes,
String required,
String format,
Filter filter,
Configuration config,
String charsetName,
String exceptionPattern,
LoggerFields[] loggerFields,
String advertise)
Create a SyslogAppender.
|
static AbstractSocketManager |
TLSSyslogAppender.createSocketManager(SSLConfiguration sslConf,
String host,
int port,
int reconnectDelay,
boolean fail,
Layout<? extends Serializable> layout) |
Modifier and Type | Method and Description |
---|---|
static TLSSocketManager |
TLSSocketManager.getSocketManager(SSLConfiguration sslConfig,
String host,
int port,
int delay,
boolean immediateFail,
Layout layout) |
Constructor and Description |
---|
TLSSocketManager(String name,
OutputStream os,
Socket sock,
SSLConfiguration sslConfig,
InetAddress addr,
String host,
int port,
int delay,
boolean immediateFail,
Layout layout) |
Modifier and Type | Method and Description |
---|---|
static SSLConfiguration |
SSLConfiguration.createSSLConfiguration(KeyStoreConfiguration keyStoreConfig,
TrustStoreConfiguration trustStoreConfig)
Create an SSLConfiguration from a KeyStoreConfiguration and a TrustStoreConfiguration.
|
Modifier and Type | Method and Description |
---|---|
boolean |
SSLConfiguration.equals(SSLConfiguration config) |
Copyright © 1999-2014 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.