Uses of Class
org.apache.logging.log4j.core.config.plugins.PluginAliases
-
Packages that use PluginAliases Package Description 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.logging.log4j.core.appender
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.appender.mom
Classes in org.apache.logging.log4j.core.appender.mom with annotations of type PluginAliases Modifier and Type Class Description class
JmsAppender
Generic JMS Appender plugin for both queues and topics. -
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. -
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).
-