Uses of Class
org.apache.logging.log4j.core.config.plugins.PluginAliases
-
Packages that use PluginAliases Package Description org.apache.log4j.builders.layout org.apache.logging.log4j.core.appender Log4j 2 Appenders.org.apache.logging.log4j.core.config Configuration of Log4j 2.org.apache.logging.log4j.core.filter Log4j 2 Filter support. -
-
Uses of PluginAliases in org.apache.log4j.builders.layout
Classes in org.apache.log4j.builders.layout with annotations of type PluginAliases Modifier and Type Class Description class
PatternLayoutBuilder
Build a Pattern Layout -
Uses of PluginAliases in org.apache.logging.log4j.core.appender
Fields in org.apache.logging.log4j.core.appender with annotations of type PluginAliases Modifier and Type Field Description private java.lang.String
AsyncAppender.Builder. errorRef
private int
SocketAppender.AbstractBuilder. reconnectDelayMillis
private SslConfiguration
SocketAppender.AbstractBuilder. sslConfiguration
Method parameters in org.apache.logging.log4j.core.appender with annotations of type PluginAliases Modifier and Type Method Description static FailoverAppender
FailoverAppender. createAppender(java.lang.String name, java.lang.String primary, java.lang.String[] failovers, java.lang.String retryIntervalSeconds, Configuration config, Filter filter, java.lang.String ignore)
Create a Failover Appender. -
Uses of PluginAliases in org.apache.logging.log4j.core.config
Classes in org.apache.logging.log4j.core.config with annotations of type PluginAliases Modifier and Type Class Description class
AppenderRef
An Appender reference.class
HttpWatcher
-
Uses of PluginAliases in org.apache.logging.log4j.core.filter
Classes in org.apache.logging.log4j.core.filter with annotations of type PluginAliases Modifier and Type Class Description class
ThreadContextMapFilter
Filter based on a value in the Thread Context Map (MDC).
-