Module ch.qos.logback.core
Package ch.qos.logback.core.model.processor
Contains model processors for handling configuration model objects.
-
Interface Summary Interface Description ModelFilter -
Class Summary Class Description AllowAllModelFilter AllowModelFilter AppenderDeclarationAnalyser The AppenderDeclarationAnalyser class is responsible for analyzing the availability of appenders.AppenderModelHandler<E> AppenderRefDependencyAnalyser The AppenderRefDependencyAnalyser class is responsible for analyzing dependencies related to appender references within a logging model.AppenderRefModelHandler ChainedModelFilter ConversionRuleModelHandler DefaultProcessor DefaultProcessor traverses the Model produced at an earlier step and performs actual configuration of logback according to the handlers it was given.DefineModelHandler Instantiate class for define property value.DenyAllModelFilter DenyModelFilter DependencyDefinition Defines the relation between a depender (of type Model) and a dependency name (String).EventEvaluatorModelHandler FileCollisionAnalyser ImplicitModelHandler ImportModelHandler IncludeModelHandler InsertFromJNDIModelHandler ModelHandlerBase ModelInterpretationContext NOPModelHandler PropertyModelHandler RefContainerDependencyAnalyser RefContainerDependencyAnalyser pushes relevant models into the modelStack of ModelInterpretationContext.ResourceHandlerBase SequenceNumberGeneratorModelHandler SerializeModelModelHandler ShutdownHookModelHandler StatusListenerModelHandler TimestampModelHandler -
Enum Summary Enum Description ProcessingPhase An enumeration of processing phases. -
Exception Summary Exception Description ModelHandlerException ProcessorException -
Annotation Types Summary Annotation Type Description PhaseIndicator