Package org.apache.logging.log4j.core.config

Configuration of Log4j 2.0.

See:
          Description

Interface Summary
Configuration Interface that must be implemented to create a configuration.
ConfigurationListener Interface used to allow components to be notified when the configuration changes.
ConfigurationMonitor Interface that must be implemented to provide notification of configuration changes.
 

Class Summary
AppenderControl Wraps appenders with details the appender implementation shouldn't need to know about.
AppenderRef An Appender reference.
BaseConfiguration The Base Configuration.
ConfigurationFactory ConfigurationFactory allows the configuration implementation to be dynamically chosen in 1 of 3 ways: 1.
DefaultConfiguration The default configuration.
DefaultConfigurationMonitor  
FileConfigurationMonitor Configuration monitor that periodically checks the timestamp of the configuration file and calls the ConfigurationListeners when an update occurs.
JSONConfiguration Creates a Node hierarchy from a JSON file.
JSONConfigurationFactory  
LoggerConfig Logger object that is created via configuration.
LoggerConfig.RootLogger The root Logger.
Loggers  
Node Represents a Configuration element.
NullConfiguration This configuration defaults to no logging.
Property Represents a key/value pair in the configuration.
XMLConfiguration Creates a Node hierarchy from an XML file.
XMLConfigurationFactory Factory to coonstruct an XMLConfiguration.
 

Exception Summary
ConfigurationException  
 

Annotation Types Summary
Order Identifies the relative ordering of the Configuration.
 

Package org.apache.logging.log4j.core.config Description

Configuration of Log4j 2.0.



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