ch.qos.logback.classic.util
Class ContextInitializer
java.lang.Object
ch.qos.logback.classic.util.ContextInitializer
public class ContextInitializer
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
ContextInitializer
public ContextInitializer()
configureByResource
public static void configureByResource(LoggerContext loggerContext,
URL url)
throws JoranException
- Throws:
JoranException
autoConfig
public static void autoConfig(LoggerContext loggerContext,
ClassLoader classLoader)
throws JoranException
- Throws:
JoranException
autoConfig
public static void autoConfig(LoggerContext loggerContext)
throws JoranException
- Throws:
JoranException
Copyright © 2005-2008 QOS.ch. All Rights Reserved.