Class ContextNameModelHandler
java.lang.Object
ch.qos.logback.core.spi.ContextAwareBase
ch.qos.logback.core.model.processor.ModelHandlerBase
ch.qos.logback.classic.model.processor.ContextNameModelHandler
- All Implemented Interfaces:
ContextAware
-
Field Summary
Fields inherited from class ch.qos.logback.core.spi.ContextAwareBase
context
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Class<ContextNameModel>
void
handle(InterpretationContext intercon, Model model)
static ModelHandlerBase
makeInstance(Context context, InterpretationContext ic)
Methods inherited from class ch.qos.logback.core.model.processor.ModelHandlerBase
isSupportedModelType, postHandle, toString
Methods inherited from class ch.qos.logback.core.spi.ContextAwareBase
addError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, getDeclaredOrigin, getStatusManager, setContext
-
Constructor Details
-
ContextNameModelHandler
-
-
Method Details
-
makeInstance
-
getSupportedModelClass
- Overrides:
getSupportedModelClass
in classModelHandlerBase
-
handle
- Specified by:
handle
in classModelHandlerBase
- Throws:
ModelHandlerException
-