Class RootLoggerModelHandler
java.lang.Object
ch.qos.logback.core.spi.ContextAwareBase
ch.qos.logback.core.model.processor.ModelHandlerBase
ch.qos.logback.classic.model.processor.RootLoggerModelHandler
- 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<RootLoggerModel>voidhandle(InterpretationContext interpretationContext, Model model)static ModelHandlerBasemakeInstance(Context context, InterpretationContext ic)voidpostHandle(InterpretationContext ic, 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
-
Constructor Details
-
RootLoggerModelHandler
-
-
Method Details
-
makeInstance
-
getSupportedModelClass
- Overrides:
getSupportedModelClassin classModelHandlerBase
-
handle
public void handle(InterpretationContext interpretationContext, Model model) throws ModelHandlerException- Specified by:
handlein classModelHandlerBase- Throws:
ModelHandlerException
-
postHandle
- Overrides:
postHandlein classModelHandlerBase
-