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

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.DefaultConfiguration
All Implemented Interfaces:
Configuration, Filtering

public class DefaultConfiguration
extends BaseConfiguration

The default configuration. It writes all output to the Console using the default logging level that is configured by setting the "org.apache.logging.log4j.level" system property or the ERROR Level if the system property is not specified. Log Events will be printed using the basic formatting provided by each Message.


Field Summary
static String DEFAULT_LEVEL
          The System Proerty used to specify the logging level.
static String DEFAULT_NAME
          The name of the default configuration.
 
Fields inherited from class org.apache.logging.log4j.core.config.BaseConfiguration
listeners, LOGGER, monitor, pluginManager, rootNode
 
Constructor Summary
DefaultConfiguration()
          Constructor to create the default configuration.
 
Method Summary
 
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, setup, 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
 

Field Detail

DEFAULT_NAME

public static final String DEFAULT_NAME
The name of the default configuration.

See Also:
Constant Field Values

DEFAULT_LEVEL

public static final String DEFAULT_LEVEL
The System Proerty used to specify the logging level.

See Also:
Constant Field Values
Constructor Detail

DefaultConfiguration

public DefaultConfiguration()
Constructor to create the default configuration.



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