org.apache.logging.log4j.core.config
Class XMLConfiguration
java.lang.Object
org.apache.logging.log4j.core.filter.AbstractFilterable
org.apache.logging.log4j.core.config.BaseConfiguration
org.apache.logging.log4j.core.config.XMLConfiguration
- All Implemented Interfaces:
- Configuration, Reconfigurable, Filterable
public class XMLConfiguration
- extends BaseConfiguration
- implements Reconfigurable
Creates a Node hierarchy from an XML file.
Methods inherited from class org.apache.logging.log4j.core.config.BaseConfiguration |
addAppender, addComponent, addListener, addLogger, addLoggerAppender, addLoggerFilter, createConfiguration, doConfigure, getAppender, getAppenders, getComponent, getConfigurationMonitor, getLogger, getLoggerConfig, getLoggers, getName, getPluginManager, getRootLogger, getSubst, removeAppender, removeListener, removeLogger, setLoggerAdditive, setName, start, stop |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XMLConfiguration
public XMLConfiguration(ConfigurationFactory.ConfigurationSource configSource)
setup
public void setup()
- Overrides:
setup
in class BaseConfiguration
reconfigure
public Configuration reconfigure()
- Specified by:
reconfigure
in interface Reconfigurable
Copyright © 1999-2012 Apache Software Foundation. All Rights Reserved.