Module ch.qos.logback.core
Class SerializeModelModelHandler
java.lang.Object
ch.qos.logback.core.spi.ContextAwareBase
ch.qos.logback.core.model.processor.ModelHandlerBase
ch.qos.logback.core.model.processor.SerializeModelModelHandler
- 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(ModelInterpretationContext modelInterpretationContext, Model model) static ModelHandlerBasemakeInstance(Context context, ModelInterpretationContext mic) Methods inherited from class ch.qos.logback.core.model.processor.ModelHandlerBase
getSupportedModelClass, isSupportedModelType, postHandle, toStringMethods inherited from class ch.qos.logback.core.spi.ContextAwareBase
addError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, getDeclaredOrigin, getStatusManager, setContext
-
Constructor Details
-
SerializeModelModelHandler
-
-
Method Details
-
makeInstance
-
handle
public void handle(ModelInterpretationContext modelInterpretationContext, Model model) throws ModelHandlerException - Specified by:
handlein classModelHandlerBase- Throws:
ModelHandlerException
-