Uses of Class
ch.qos.logback.core.model.processor.ModelHandlerException
-
Packages that use ModelHandlerException Package Description ch.qos.logback.classic.model.processor Contains model processors for handling configuration model objects.ch.qos.logback.core.joran Contains Joran configuration classes.ch.qos.logback.core.model.processor Contains model processors for handling configuration model objects.ch.qos.logback.core.model.processor.conditional Contains model processors for conditional configuration elements.ch.qos.logback.core.sift Contains sifting appender framework for dynamic appender creation based on runtime attributes. -
-
Uses of ModelHandlerException in ch.qos.logback.classic.model.processor
Methods in ch.qos.logback.classic.model.processor that throw ModelHandlerException Modifier and Type Method Description voidPropertiesConfiguratorModelHandler. detachedHandle(ContextAwarePropertyContainer capc, Model model, Boolean topScanBoolean)Used byPropertiesConfiguratorModelHandler.handle(ModelInterpretationContext, Model)as well as logback-tyler.voidContextNameModelHandler. handle(ModelInterpretationContext mic, Model model)voidLevelModelHandler. handle(ModelInterpretationContext mic, Model model)voidLoggerContextListenerModelHandler. handle(ModelInterpretationContext mic, Model model)voidLoggerModelHandler. handle(ModelInterpretationContext mic, Model model)voidPropertiesConfiguratorModelHandler. handle(ModelInterpretationContext mic, Model model)voidRootLoggerModelHandler. handle(ModelInterpretationContext mic, Model model)voidConfigurationModelHandler. postHandle(ModelInterpretationContext mic, Model model)voidConfigurationModelHandlerFull. postHandle(ModelInterpretationContext mic, Model model)voidLoggerContextListenerModelHandler. postHandle(ModelInterpretationContext mic, Model model) -
Uses of ModelHandlerException in ch.qos.logback.core.joran
Methods in ch.qos.logback.core.joran that throw ModelHandlerException Modifier and Type Method Description voidParamModelHandler. handle(ModelInterpretationContext mic, Model model) -
Uses of ModelHandlerException in ch.qos.logback.core.model.processor
Methods in ch.qos.logback.core.model.processor that throw ModelHandlerException Modifier and Type Method Description ModelIncludeModelHandler. buildModelFromIncludedFile(ContextAwarePropertyContainer capc, URL topURL, Boolean topScan, IncludeModel includeModel)This method is called by logback-tyler at TylerConfigurator run-time.voidAppenderDeclarationAnalyser. handle(ModelInterpretationContext mic, Model model)voidAppenderModelHandler. handle(ModelInterpretationContext mic, Model model)voidAppenderRefDependencyAnalyser. handle(ModelInterpretationContext mic, Model parentModel)voidAppenderRefModelHandler. handle(ModelInterpretationContext interpContext, Model model)voidConversionRuleModelHandler. handle(ModelInterpretationContext mic, Model model)voidDefineModelHandler. handle(ModelInterpretationContext interpretationContext, Model model)voidEventEvaluatorModelHandler. handle(ModelInterpretationContext intercon, Model model)voidFileCollisionAnalyser. handle(ModelInterpretationContext mic, Model model)voidImportModelHandler. handle(ModelInterpretationContext intercon, Model model)voidIncludeModelHandler. handle(ModelInterpretationContext mic, Model model)voidInsertFromJNDIModelHandler. handle(ModelInterpretationContext mic, Model model)abstract voidModelHandlerBase. handle(ModelInterpretationContext mic, Model model)voidRefContainerDependencyAnalyser. handle(ModelInterpretationContext mic, Model model)voidSequenceNumberGeneratorModelHandler. handle(ModelInterpretationContext mic, Model model)voidSerializeModelModelHandler. handle(ModelInterpretationContext modelInterpretationContext, Model model)voidStatusListenerModelHandler. handle(ModelInterpretationContext ic, Model model)voidAppenderModelHandler. postHandle(ModelInterpretationContext mic, Model model)voidDefineModelHandler. postHandle(ModelInterpretationContext interpretationContext, Model model)Now property definer is initialized by all properties and we can put property value to contextvoidEventEvaluatorModelHandler. postHandle(ModelInterpretationContext intercon, Model model)voidModelHandlerBase. postHandle(ModelInterpretationContext mic, Model model)voidRefContainerDependencyAnalyser. postHandle(ModelInterpretationContext mic, Model model)voidSequenceNumberGeneratorModelHandler. postHandle(ModelInterpretationContext mic, Model model)voidShutdownHookModelHandler. postHandle(ModelInterpretationContext mic, Model model) -
Uses of ModelHandlerException in ch.qos.logback.core.model.processor.conditional
Methods in ch.qos.logback.core.model.processor.conditional that throw ModelHandlerException Modifier and Type Method Description voidByPropertiesConditionModelHandler. handle(ModelInterpretationContext mic, Model model)voidElseModelHandler. handle(ModelInterpretationContext mic, Model model)voidIfModelHandler. handle(ModelInterpretationContext mic, Model model)voidThenModelHandler. handle(ModelInterpretationContext mic, Model model)voidByPropertiesConditionModelHandler. postHandle(ModelInterpretationContext mic, Model model)voidIfModelHandler. postHandle(ModelInterpretationContext mic, Model model) -
Uses of ModelHandlerException in ch.qos.logback.core.sift
Methods in ch.qos.logback.core.sift that throw ModelHandlerException Modifier and Type Method Description voidNOPSiftModelHandler. handle(ModelInterpretationContext mic, Model model)voidSiftModelHandler. handle(ModelInterpretationContext mic, Model model)
-