Module ch.qos.logback.core
Class ConversionRuleModelHandler
java.lang.Object
ch.qos.logback.core.spi.ContextAwareBase
ch.qos.logback.core.model.processor.ModelHandlerBase
ch.qos.logback.core.model.processor.ConversionRuleModelHandler
- All Implemented Interfaces:
- ContextAware
- 
Field SummaryFields inherited from class ch.qos.logback.core.spi.ContextAwareBasecontext
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidhandle(ModelInterpretationContext mic, Model model) static ConversionRuleModelHandlermakeInstance(Context context, ModelInterpretationContext mic) Methods inherited from class ch.qos.logback.core.model.processor.ModelHandlerBasegetSupportedModelClass, isSupportedModelType, postHandle, toStringMethods inherited from class ch.qos.logback.core.spi.ContextAwareBaseaddError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, getDeclaredOrigin, getStatusManager, setContext
- 
Constructor Details- 
ConversionRuleModelHandler
 
- 
- 
Method Details- 
makeInstancepublic static ConversionRuleModelHandler makeInstance(Context context, ModelInterpretationContext mic) 
- 
handle- Specified by:
- handlein class- ModelHandlerBase
- Throws:
- ModelHandlerException
 
 
-