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.appender.mom Message oriented middleware 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 classPatternLayoutBuilderBuild 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.StringAsyncAppender.Builder. errorRefprivate intSocketAppender.AbstractBuilder. reconnectDelayMillisprivate SslConfigurationSocketAppender.AbstractBuilder. sslConfigurationMethod parameters in org.apache.logging.log4j.core.appender with annotations of type PluginAliases Modifier and Type Method Description static FailoverAppenderFailoverAppender. 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.appender.mom
Classes in org.apache.logging.log4j.core.appender.mom with annotations of type PluginAliases Modifier and Type Class Description classJmsAppenderGeneric JMS Appender plugin for both queues and topics.Fields in org.apache.logging.log4j.core.appender.mom with annotations of type PluginAliases Modifier and Type Field Description private java.lang.StringJmsAppender.Builder. destinationBindingName -
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 classAppenderRefAn Appender reference.classHttpWatcher -
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 classThreadContextMapFilterFilter based on a value in the Thread Context Map (MDC).
-