Class AppenderModelHandler<E>
java.lang.Object
ch.qos.logback.core.spi.ContextAwareBase
ch.qos.logback.core.model.processor.ModelHandlerBase
ch.qos.logback.core.model.processor.AppenderModelHandler<E>
- All Implemented Interfaces:
ContextAware
-
Field Summary
Fields inherited from class ch.qos.logback.core.spi.ContextAwareBase
context -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidhandle(InterpretationContext interpContext, Model model) static ModelHandlerBasemakeInstance(Context context, InterpretationContext ic) voidpostHandle(InterpretationContext interpContext, Model model) Methods inherited from class ch.qos.logback.core.model.processor.ModelHandlerBase
getSupportedModelClass, isSupportedModelType, toStringMethods inherited from class ch.qos.logback.core.spi.ContextAwareBase
addError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, getDeclaredOrigin, getStatusManager, setContext
-
Constructor Details
-
AppenderModelHandler
-
-
Method Details
-
makeInstance
-
handle
- Specified by:
handlein classModelHandlerBase- Throws:
ModelHandlerException
-
postHandle
public void postHandle(InterpretationContext interpContext, Model model) throws ModelHandlerException - Overrides:
postHandlein classModelHandlerBase- Throws:
ModelHandlerException
-