Package ch.qos.logback.classic.util
Class DefaultJoranConfigurator
java.lang.Object
ch.qos.logback.core.spi.ContextAwareBase
ch.qos.logback.classic.util.DefaultJoranConfigurator
- All Implemented Interfaces:
Configurator
,ContextAware
- Since:
- 1.3.0-beta1
-
Nested Class Summary
Nested classes/interfaces inherited from interface ch.qos.logback.classic.spi.Configurator
Configurator.ExecutionStatus
-
Field Summary
Fields inherited from class ch.qos.logback.core.spi.ContextAwareBase
context
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionconfigure
(LoggerContext loggerContext) The context will also be set before this method is called viaContextAware.setContext(ch.qos.logback.core.Context)
.void
configureByResource
(URL url) findURLOfDefaultConfigurationFile
(boolean updateStatus) Methods inherited from class ch.qos.logback.core.spi.ContextAwareBase
addError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, getDeclaredOrigin, getStatusManager, setContext
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface ch.qos.logback.core.spi.ContextAware
addError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, setContext
-
Field Details
-
AUTOCONFIG_FILE
- See Also:
-
TEST_AUTOCONFIG_FILE
- See Also:
-
-
Constructor Details
-
DefaultJoranConfigurator
public DefaultJoranConfigurator()
-
-
Method Details
-
configure
Description copied from interface:Configurator
The context will also be set before this method is called viaContextAware.setContext(ch.qos.logback.core.Context)
.- Specified by:
configure
in interfaceConfigurator
-
configureByResource
- Throws:
JoranException
-
findURLOfDefaultConfigurationFile
-