ch.qos.logback.classic.util
Class ContextInitializer
java.lang.Object
ch.qos.logback.classic.util.ContextInitializer
public class ContextInitializer
- extends Object
This class contains logback's logic for automatic configuration
- Author:
- Ceki Gulcu
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GROOVY_AUTOCONFIG_FILE
public static final String GROOVY_AUTOCONFIG_FILE
- See Also:
- Constant Field Values
AUTOCONFIG_FILE
public static final String AUTOCONFIG_FILE
- See Also:
- Constant Field Values
TEST_AUTOCONFIG_FILE
public static final String TEST_AUTOCONFIG_FILE
- See Also:
- Constant Field Values
CONFIG_FILE_PROPERTY
public static final String CONFIG_FILE_PROPERTY
- See Also:
- Constant Field Values
STATUS_LISTENER_CLASS
public static final String STATUS_LISTENER_CLASS
- See Also:
- Constant Field Values
SYSOUT
public static final String SYSOUT
- See Also:
- Constant Field Values
ContextInitializer
public ContextInitializer(LoggerContext loggerContext)
configureByResource
public void configureByResource(URL url)
throws JoranException
- Throws:
JoranException
findURLOfDefaultConfigurationFile
public URL findURLOfDefaultConfigurationFile(boolean updateStatus)
autoConfig
public void autoConfig()
throws JoranException
- Throws:
JoranException
Copyright © 2005-2012 QOS.ch. All Rights Reserved.