Module ch.qos.logback.classic
Class ConfigurationModelHandler
java.lang.Object
ch.qos.logback.core.spi.ContextAwareBase
ch.qos.logback.core.model.processor.ModelHandlerBase
ch.qos.logback.classic.model.processor.ConfigurationModelHandler
- All Implemented Interfaces:
ContextAware
- Direct Known Subclasses:
ConfigurationModelHandlerFull
In 1.3.9/1.49, ConfigurationModelHandler has been reduced in functionality and no
longer initiates a reconfiguration task. This change was justified by the need
to remove java.xml reachability. See also https://jira.qos.ch/browse/LOGBACK-1717
See ConfigurationModelHandlerFull subclass offering configuration
reloading support.
-
Field Summary
FieldsFields inherited from class ch.qos.logback.core.spi.ContextAwareBase
context -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Class<ConfigurationModel> voidhandle(ModelInterpretationContext mic, Model model) static ModelHandlerBasemakeInstance(Context context, ModelInterpretationContext mic) voidpostHandle(ModelInterpretationContext mic, Model model) Methods inherited from class ch.qos.logback.core.model.processor.ModelHandlerBase
isSupportedModelType, toStringMethods inherited from class ch.qos.logback.core.spi.ContextAwareBase
addError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, getDeclaredOrigin, getStatusManager, setContext
-
Field Details
-
scanning
-
-
Constructor Details
-
ConfigurationModelHandler
-
-
Method Details
-
makeInstance
-
getSupportedModelClass
- Overrides:
getSupportedModelClassin classModelHandlerBase
-
handle
- Specified by:
handlein classModelHandlerBase
-
postHandle
- Overrides:
postHandlein classModelHandlerBase- Throws:
ModelHandlerException
-