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

Packages that use Reconfigurable
org.apache.logging.log4j.core Implementation of Log4j 2.0. 
org.apache.logging.log4j.core.config Configuration of Log4j 2.0. 
 

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

Methods in org.apache.logging.log4j.core with parameters of type Reconfigurable
 void LoggerContext.onChange(Reconfigurable reconfigurable)
          Cause a reconfiguration to take place when the underlying configuration file changes.
 

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

Classes in org.apache.logging.log4j.core.config that implement Reconfigurable
 class JSONConfiguration
          Creates a Node hierarchy from a JSON file.
 class XMLConfiguration
          Creates a Node hierarchy from an XML file.
 

Methods in org.apache.logging.log4j.core.config with parameters of type Reconfigurable
 void ConfigurationListener.onChange(Reconfigurable reconfigurable)
           
 

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



Copyright © 1999-2012 Apache Software Foundation. All Rights Reserved.