|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
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. |
| Reconfigurable | Interface to be implemented by Configurations that can be reconfigured at runtime. |
| Class Summary | |
|---|---|
| AppenderControl | Wraps an Appender with details an 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: A system property named "log4j.configurationFactory" can be set with the name of the ConfigurationFactory to be used. ConfigurationFactory.setConfigurationFactory(ConfigurationFactory) can be called with the instance of the ConfigurationFactory to be used. |
| ConfigurationFactory.ConfigurationSource | |
| Configurator | Initializes and configure the Logging system. |
| DefaultConfiguration | The default configuration writes all output to the Console using the default logging level. |
| 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 | A Configuration node. |
| 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 construct an XMLConfiguration. |
| Exception Summary | |
|---|---|
| ConfigurationException | |
| Annotation Types Summary | |
|---|---|
| Order | Identifies the relative ordering of the Configuration. |
Configuration of Log4j 2.0.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||