Module ch.qos.logback.classic
Package ch.qos.logback.classic.joran
Class SerializedModelConfigurator
- java.lang.Object
-
- ch.qos.logback.core.spi.ContextAwareBase
-
- ch.qos.logback.classic.joran.SerializedModelConfigurator
-
- All Implemented Interfaces:
Configurator,ContextAware
public class SerializedModelConfigurator extends ContextAwareBase implements Configurator
- Since:
- 1.3.9/1.4.9
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface ch.qos.logback.classic.spi.Configurator
Configurator.ExecutionStatus
-
-
Field Summary
Fields Modifier and Type Field Description static StringAUTOCONFIG_MODEL_FILEprotected ModelInterpretationContextmodelInterpretationContextstatic StringTEST_AUTOCONFIG_MODEL_FILE-
Fields inherited from class ch.qos.logback.core.spi.ContextAwareBase
context
-
-
Constructor Summary
Constructors Constructor Description SerializedModelConfigurator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Configurator.ExecutionStatusconfigure(LoggerContext loggerContext)Implementations of this method may expect that theLoggerContextis set withContextAware.setContext(ch.qos.logback.core.Context)before this method is invoked.-
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 Detail
-
AUTOCONFIG_MODEL_FILE
public static final String AUTOCONFIG_MODEL_FILE
- See Also:
- Constant Field Values
-
TEST_AUTOCONFIG_MODEL_FILE
public static final String TEST_AUTOCONFIG_MODEL_FILE
- See Also:
- Constant Field Values
-
modelInterpretationContext
protected ModelInterpretationContext modelInterpretationContext
-
-
Constructor Detail
-
SerializedModelConfigurator
public SerializedModelConfigurator()
-
-
Method Detail
-
configure
public Configurator.ExecutionStatus configure(LoggerContext loggerContext)
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
-
-