java.lang.Object
ch.qos.logback.core.spi.ContextAwareBase
ch.qos.logback.core.joran.GenericXMLConfigurator
ch.qos.logback.core.joran.JoranConfiguratorBase<ILoggingEvent>
ch.qos.logback.classic.joran.JoranConfigurator
- All Implemented Interfaces:
ContextAware
JoranConfigurator class adds rules specific to logback-classic.
- Author:
- Ceki Gülcü
-
Field Summary
Fields inherited from class ch.qos.logback.core.joran.GenericXMLConfigurator
modelInterpretationContext, saxEventInterpreterFields inherited from class ch.qos.logback.core.spi.ContextAwareBase
context -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidvoidprotected voidaddModelHandlerAssociations(DefaultProcessor defaultProcessor) voidprotected voidsanityCheck(Model topModel) Methods inherited from class ch.qos.logback.core.joran.JoranConfiguratorBase
getInterpretationContext, performCheck, setImplicitRuleSupplierMethods inherited from class ch.qos.logback.core.joran.GenericXMLConfigurator
buildModelFromSaxEventList, buildSaxEventInterpreter, doConfigure, doConfigure, doConfigure, doConfigure, doConfigure, doConfigure, getModelInterpretationContext, getRuleStore, informContextOfURLUsedForConfiguration, initialElementPath, populateSaxEventRecorder, processModel, recallSafeConfiguration, registerSafeConfigurationMethods inherited from class ch.qos.logback.core.spi.ContextAwareBase
addError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, getDeclaredOrigin, getStatusManager, setContext
-
Constructor Details
-
JoranConfigurator
public JoranConfigurator()
-
-
Method Details
-
addElementSelectorAndActionAssociations
- Overrides:
addElementSelectorAndActionAssociationsin classJoranConfiguratorBase<ILoggingEvent>
-
sanityCheck
- Overrides:
sanityCheckin classJoranConfiguratorBase<ILoggingEvent>
-
addDefaultNestedComponentRegistryRules
- Overrides:
addDefaultNestedComponentRegistryRulesin classGenericXMLConfigurator
-
buildModelInterpretationContext
- Overrides:
buildModelInterpretationContextin classJoranConfiguratorBase<ILoggingEvent>
-
addModelHandlerAssociations
- Overrides:
addModelHandlerAssociationsin classJoranConfiguratorBase<ILoggingEvent>
-