Uses of Class
org.apache.logging.log4j.core.config.AppenderControl
-
Packages that use AppenderControl Package Description org.apache.logging.log4j.core.appender.routing Apache Flume Appender.org.apache.logging.log4j.core.config Configuration of Log4j 2. -
-
Uses of AppenderControl in org.apache.logging.log4j.core.appender.routing
Methods in org.apache.logging.log4j.core.appender.routing that return types with arguments of type AppenderControl Modifier and Type Method Description Map<String,AppenderControl>
RoutingAppender. getAppenders()
Returns an unmodifiable view of the appenders created by thisRoutingAppender
. -
Uses of AppenderControl in org.apache.logging.log4j.core.config
Methods in org.apache.logging.log4j.core.config that return AppenderControl Modifier and Type Method Description AppenderControl[]
AppenderControlArraySet. clear()
Atomically sets the values to an empty array and returns the old array.AppenderControl[]
AppenderControlArraySet. get()
Returns the underlying array.AppenderControl
AppenderControlArraySet. remove(String name)
Removes the AppenderControl with the specific name and returns it (ornull
if no such appender existed).Methods in org.apache.logging.log4j.core.config with parameters of type AppenderControl Modifier and Type Method Description boolean
AppenderControlArraySet. add(AppenderControl control)
Adds an AppenderControl to this set.
-