org.apache.logging.log4j.core.config
Class XMLConfiguration

java.lang.Object
  extended by org.apache.logging.log4j.core.filter.Filterable
      extended by org.apache.logging.log4j.core.config.BaseConfiguration
          extended by org.apache.logging.log4j.core.config.XMLConfiguration
All Implemented Interfaces:
Configuration, Filtering

public class XMLConfiguration
extends BaseConfiguration

Creates a Node hierarchy from an XML file.


Field Summary
 
Fields inherited from class org.apache.logging.log4j.core.config.BaseConfiguration
listeners, LOGGER, monitor, pluginManager, rootNode
 
Constructor Summary
XMLConfiguration(InputSource source, File configFile)
           
 
Method Summary
 void setup()
           
 
Methods inherited from class org.apache.logging.log4j.core.config.BaseConfiguration
addAppender, addComponent, addListener, addLogger, addLoggerAppender, addLoggerFilter, createConfiguration, doConfigure, getAppender, getAppenders, getComponent, getLogger, getLoggerConfig, getLoggers, getName, getPluginManager, getRootLogger, getSubst, removeAppender, removeListener, removeLogger, setLoggerAdditive, setName, start, stop
 
Methods inherited from class org.apache.logging.log4j.core.filter.Filterable
addFilter, getFilter, hasFilter, isFiltered, removeFilter, startFilter, stopFilter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.logging.log4j.core.filter.Filtering
addFilter, getFilter, hasFilter, isFiltered, removeFilter
 

Constructor Detail

XMLConfiguration

public XMLConfiguration(InputSource source,
                        File configFile)
Method Detail

setup

public void setup()
Overrides:
setup in class BaseConfiguration


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