org.apache.logging.log4j.core.config
Class DefaultConfiguration
java.lang.Object
org.apache.logging.log4j.core.filter.AbstractFilterable
org.apache.logging.log4j.core.config.BaseConfiguration
org.apache.logging.log4j.core.config.DefaultConfiguration
- All Implemented Interfaces:
- Configuration, Filterable
public class DefaultConfiguration
- extends BaseConfiguration
The default configuration writes all output to the Console using the default logging level. You configure default
logging level by setting the system property "org.apache.logging.log4j.level" to a level name. If you do not
specify the property, Log4j uses the ERROR Level. Log Events will be printed using the basic formatting provided
by each Message.
Methods inherited from class org.apache.logging.log4j.core.config.BaseConfiguration |
addAppender, addComponent, addListener, addLogger, addLoggerAppender, addLoggerFilter, createConfiguration, getAdvertiser, getAppender, getAppenders, getComponent, getConfigurationMonitor, getLogger, getLoggerConfig, getLoggers, getName, getPluginManager, getProperties, getRootLogger, getSubst, removeAppender, removeListener, removeLogger, setAdvertiser, setConfigurationMonitor, setLoggerAdditive, setName, setup, start, stop |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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 Property used to specify the logging level.
- See Also:
- Constant Field Values
DefaultConfiguration
public DefaultConfiguration()
- Constructor to create the default configuration.
doConfigure
protected void doConfigure()
- Overrides:
doConfigure
in class BaseConfiguration
Copyright © 1999-2013 Apache Software Foundation. All Rights Reserved.
Apache Logging, Apache Log4j, Log4j, Apache, the Apache feather logo, the Apache Logging project logo, and the Apache Log4j logo are trademarks of The Apache Software Foundation.