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
Method parameters in org.apache.logging.log4j.core.appender with annotations of type PluginAliases Modifier and Type Method Description static FailoverAppender
FailoverAppender. createAppender(String name, String primary, String[] failovers, String retryIntervalSeconds, Configuration config, Filter filter, 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).
-