Uses of Interface
org.apache.logging.log4j.core.config.ConfigurationListener

Packages that use ConfigurationListener
org.apache.logging.log4j.core Implementation of Log4j 2. 
org.apache.logging.log4j.core.async Provides Asynchronous Logger classes and interfaces for low-latency logging. 
org.apache.logging.log4j.core.config Configuration of Log4j 2. 
 

Uses of ConfigurationListener in org.apache.logging.log4j.core
 

Classes in org.apache.logging.log4j.core that implement ConfigurationListener
 class LoggerContext
          The LoggerContext is the anchor for the logging system.
 

Uses of ConfigurationListener in org.apache.logging.log4j.core.async
 

Classes in org.apache.logging.log4j.core.async that implement ConfigurationListener
 class AsyncLoggerContext
          LoggerContext that creates AsyncLogger objects.
 

Uses of ConfigurationListener in org.apache.logging.log4j.core.config
 

Fields in org.apache.logging.log4j.core.config with type parameters of type ConfigurationListener
protected  List<ConfigurationListener> AbstractConfiguration.listeners
          Listeners for configuration changes.
 

Methods in org.apache.logging.log4j.core.config with parameters of type ConfigurationListener
 void Configuration.addListener(ConfigurationListener listener)
           
 void AbstractConfiguration.addListener(ConfigurationListener listener)
          Add a listener for changes on the configuration.
 void Configuration.removeListener(ConfigurationListener listener)
           
 void AbstractConfiguration.removeListener(ConfigurationListener listener)
          Remove a ConfigurationListener.
 

Constructor parameters in org.apache.logging.log4j.core.config with type arguments of type ConfigurationListener
FileConfigurationMonitor(Reconfigurable reconfigurable, File file, List<ConfigurationListener> listeners, int interval)
          Constructor.
 



Copyright © 1999-2014 Apache Software Foundation. All Rights Reserved.
Apache Logging, Apache Log4j, Log4j, Apache, the Apache feather logo, the Apache Logging project logo, and the Apache Log4j logo are trademarks of The Apache Software Foundation.