java.lang.Object
ch.qos.logback.core.spi.ContextAwareBase
ch.qos.logback.classic.util.DefaultJoranConfigurator
-
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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconfigure(LoggerContext context) Implementations of this method may expect that theLoggerContextis set withContextAware.setContext(ch.qos.logback.core.Context)before this method is invoked.voidconfigureByResource(URL url) findURLOfDefaultConfigurationFile(boolean updateStatus) Deprecated.with no replacementMethods inherited from class ch.qos.logback.core.spi.ContextAwareBase
addError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, getDeclaredOrigin, getStatusManager, setContextMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ch.qos.logback.core.spi.ContextAware
addError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, setContext
-
Constructor Details
-
DefaultJoranConfigurator
public DefaultJoranConfigurator()
-
-
Method Details
-
configure
Description copied from interface:ConfiguratorImplementations of this method may expect that theLoggerContextis set withContextAware.setContext(ch.qos.logback.core.Context)before this method is invoked.- Specified by:
configurein interfaceConfigurator
-
configureByResource
- Throws:
JoranException
-
findURLOfDefaultConfigurationFile
Deprecated.with no replacementPerform multi-search for configuration file- Parameters:
updateStatus-- Returns:
-