Class NOPModelHandler
java.lang.Object
ch.qos.logback.core.spi.ContextAwareBase
ch.qos.logback.core.model.processor.ModelHandlerBase
ch.qos.logback.core.model.processor.NOPModelHandler
- All Implemented Interfaces:
ContextAware
-
Field Summary
Fields inherited from class ContextAwareBase
context -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidhandle(ModelInterpretationContext interpretationContext, Model model) static NOPModelHandlermakeInstance(Context context, ModelInterpretationContext ic) Methods inherited from class ModelHandlerBase
getSupportedModelClass, isSupportedModelType, postHandle, toStringMethods inherited from class ContextAwareBase
addError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, getDeclaredOrigin, getStatusManager, setContext
-
Constructor Details
-
NOPModelHandler
-
-
Method Details
-
makeInstance
-
handle
- Specified by:
handlein classModelHandlerBase
-