Uses of Class
ch.qos.logback.core.model.processor.ModelInterpretationContext
Package
Description
Contains Joran configuration classes.
-
Uses of ModelInterpretationContext in ch.qos.logback.access.model.processor
Modifier and TypeMethodDescriptionvoid
ConfigurationModelHandler.handle
(ModelInterpretationContext mic, Model model) static ModelHandlerBase
ConfigurationModelHandler.makeInstance
(Context context, ModelInterpretationContext ic) -
Uses of ModelInterpretationContext in ch.qos.logback.classic.model.processor
Modifier and TypeMethodDescriptionvoid
ConfigurationModelHandler.handle
(ModelInterpretationContext mic, Model model) void
ContextNameModelHandler.handle
(ModelInterpretationContext mic, Model model) void
LevelModelHandler.handle
(ModelInterpretationContext mic, Model model) void
LoggerContextListenerModelHandler.handle
(ModelInterpretationContext mic, Model model) void
LoggerModelHandler.handle
(ModelInterpretationContext mic, Model model) void
ReceiverModelHandler.handle
(ModelInterpretationContext mic, Model model) void
RootLoggerModelHandler.handle
(ModelInterpretationContext mic, Model model) static ModelHandlerBase
ConfigurationModelHandler.makeInstance
(Context context, ModelInterpretationContext mic) static ModelHandlerBase
ContextNameModelHandler.makeInstance
(Context context, ModelInterpretationContext ic) static ModelHandlerBase
LevelModelHandler.makeInstance
(Context context, ModelInterpretationContext ic) static ModelHandlerBase
LoggerContextListenerModelHandler.makeInstance
(Context context, ModelInterpretationContext ic) static ModelHandlerBase
LoggerModelHandler.makeInstance
(Context context, ModelInterpretationContext mic) static ModelHandlerBase
ReceiverModelHandler.makeInstance
(Context context, ModelInterpretationContext ic) static ModelHandlerBase
RootLoggerModelHandler.makeInstance
(Context context, ModelInterpretationContext ic) void
LoggerContextListenerModelHandler.postHandle
(ModelInterpretationContext mic, Model model) void
LoggerModelHandler.postHandle
(ModelInterpretationContext mic, Model model) void
ReceiverModelHandler.postHandle
(ModelInterpretationContext mic, Model model) void
RootLoggerModelHandler.postHandle
(ModelInterpretationContext mic, Model model) -
Uses of ModelInterpretationContext in ch.qos.logback.core.joran
Modifier and TypeFieldDescriptionprotected ModelInterpretationContext
GenericXMLConfigurator.modelInterpretationContext
Modifier and TypeMethodDescriptionvoid
ParamModelHandler.handle
(ModelInterpretationContext intercon, Model model) static ModelHandlerBase
ParamModelHandler.makeInstance
(Context context, ModelInterpretationContext ic) -
Uses of ModelInterpretationContext in ch.qos.logback.core.joran.action
Modifier and TypeMethodDescriptionstatic void
ActionUtil.setProperty
(ModelInterpretationContext ic, String key, String value, ActionUtil.Scope scope) -
Uses of ModelInterpretationContext in ch.qos.logback.core.model
Modifier and TypeMethodDescriptionModelHandlerFactoryMethod.make
(Context context, ModelInterpretationContext ic) static void
ModelUtil.setProperties
(ModelInterpretationContext ic, Properties props, ActionUtil.Scope scope) Add all the properties found in the argument named 'props' to an InterpretationContext.static void
ModelUtil.setProperty
(ModelInterpretationContext mic, String key, String value, ActionUtil.Scope scope) Add all the properties found in the argument named 'props' to an InterpretationContext. -
Uses of ModelInterpretationContext in ch.qos.logback.core.model.processor
Modifier and TypeMethodDescriptionvoid
ImplicitModelHandler.doComplex
(ModelInterpretationContext interpretationContext, ComponentModel componentModel, ImplicitModelDataForComplexProperty actionData) void
AppenderModelHandler.handle
(ModelInterpretationContext mic, Model model) void
AppenderRefDependencyAnalyser.handle
(ModelInterpretationContext mic, Model model) void
AppenderRefModelHandler.handle
(ModelInterpretationContext interpContext, Model model) void
DefineModelHandler.handle
(ModelInterpretationContext interpretationContext, Model model) void
EventEvaluatorModelHandler.handle
(ModelInterpretationContext intercon, Model model) void
ImplicitModelHandler.handle
(ModelInterpretationContext mic, Model model) void
ImportModelHandler.handle
(ModelInterpretationContext intercon, Model model) void
InsertFromJNDIModelHandler.handle
(ModelInterpretationContext mic, Model model) abstract void
ModelHandlerBase.handle
(ModelInterpretationContext intercon, Model model) void
NOPModelHandler.handle
(ModelInterpretationContext interpretationContext, Model model) void
PropertyModelHandler.handle
(ModelInterpretationContext interpretationContext, Model model) void
RefContainerDependencyAnalyser.handle
(ModelInterpretationContext mic, Model model) void
SequenceNumberGeneratorModelHandler.handle
(ModelInterpretationContext mic, Model model) void
ShutdownHookModelHandler.handle
(ModelInterpretationContext interpretationContext, Model model) void
StatusListenerModelHandler.handle
(ModelInterpretationContext ic, Model model) void
TimestampModelHandler.handle
(ModelInterpretationContext interpretationContext, Model model) static ModelHandlerBase
AppenderModelHandler.makeInstance
(Context context, ModelInterpretationContext mic) static ModelHandlerBase
AppenderRefModelHandler.makeInstance
(Context context, ModelInterpretationContext ic) static DefineModelHandler
DefineModelHandler.makeInstance
(Context context, ModelInterpretationContext ic) static ModelHandlerBase
EventEvaluatorModelHandler.makeInstance
(Context context, ModelInterpretationContext ic) static ImplicitModelHandler
ImplicitModelHandler.makeInstance
(Context context, ModelInterpretationContext mic) static ModelHandlerBase
ImportModelHandler.makeInstance
(Context context, ModelInterpretationContext ic) static ModelHandlerBase
InsertFromJNDIModelHandler.makeInstance
(Context context, ModelInterpretationContext ic) static NOPModelHandler
NOPModelHandler.makeInstance
(Context context, ModelInterpretationContext ic) static ModelHandlerBase
PropertyModelHandler.makeInstance
(Context context, ModelInterpretationContext ic) static ModelHandlerBase
SequenceNumberGeneratorModelHandler.makeInstance
(Context context, ModelInterpretationContext ic) static ModelHandlerBase
ShutdownHookModelHandler.makeInstance
(Context context, ModelInterpretationContext ic) static ModelHandlerBase
StatusListenerModelHandler.makeInstance
(Context context, ModelInterpretationContext ic) static ModelHandlerBase
TimestampModelHandler.makeInstance
(Context context, ModelInterpretationContext ic) void
AppenderModelHandler.postHandle
(ModelInterpretationContext mic, Model model) void
DefineModelHandler.postHandle
(ModelInterpretationContext interpretationContext, Model model) Now property definer is initialized by all properties and we can put property value to contextvoid
EventEvaluatorModelHandler.postHandle
(ModelInterpretationContext intercon, Model model) void
ImplicitModelHandler.postHandle
(ModelInterpretationContext intercon, Model model) void
ModelHandlerBase.postHandle
(ModelInterpretationContext intercon, Model model) void
RefContainerDependencyAnalyser.postHandle
(ModelInterpretationContext mic, Model model) void
SequenceNumberGeneratorModelHandler.postHandle
(ModelInterpretationContext mic, Model model) void
StatusListenerModelHandler.postHandle
(ModelInterpretationContext mic, Model m) -
Uses of ModelInterpretationContext in ch.qos.logback.core.model.processor.conditional
Modifier and TypeMethodDescriptionvoid
ElseModelHandler.handle
(ModelInterpretationContext mic, Model model) void
IfModelHandler.handle
(ModelInterpretationContext mic, Model model) void
ThenModelHandler.handle
(ModelInterpretationContext mic, Model model) static ModelHandlerBase
ElseModelHandler.makeInstance
(Context context, ModelInterpretationContext ic) static ModelHandlerBase
IfModelHandler.makeInstance
(Context context, ModelInterpretationContext ic) static ModelHandlerBase
ThenModelHandler.makeInstance
(Context context, ModelInterpretationContext ic) void
IfModelHandler.postHandle
(ModelInterpretationContext mic, Model model) -
Uses of ModelInterpretationContext in ch.qos.logback.core.sift
Modifier and TypeFieldDescriptionprotected ModelInterpretationContext
AppenderFactoryUsingSiftModel.parentMic
Modifier and TypeMethodDescriptionvoid
NOPSiftModelHandler.handle
(ModelInterpretationContext mic, Model model) void
SiftModelHandler.handle
(ModelInterpretationContext mic, Model model) static NOPSiftModelHandler
NOPSiftModelHandler.makeInstance
(Context context, ModelInterpretationContext ic) static SiftModelHandler
SiftModelHandler.makeInstance
(Context context, ModelInterpretationContext ic) ModifierConstructorDescriptionAppenderFactoryUsingSiftModel
(ModelInterpretationContext parentMic, Model aSiftModel, String discriminatingKey) SiftProcessor
(Context context, ModelInterpretationContext mic)