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, saxEventInterpreter
Fields inherited from class ch.qos.logback.core.spi.ContextAwareBase
context
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
void
protected void
addModelHandlerAssociations
(DefaultProcessor defaultProcessor) void
protected void
sanityCheck
(Model topModel) Perform sanity check and issue warning if necessary.Methods inherited from class ch.qos.logback.core.joran.JoranConfiguratorBase
getInterpretationContext, performCheck, setImplicitRuleSupplier
Methods inherited from class ch.qos.logback.core.joran.GenericXMLConfigurator
buildModelFromSaxEventList, buildSaxEventInterpreter, doConfigure, doConfigure, doConfigure, doConfigure, doConfigure, doConfigure, getModelInterpretationContext, getRuleStore, informContextOfURLUsedForConfiguration, initialElementPath, populateSaxEventRecorder, processModel, recallSafeConfiguration, registerSafeConfiguration
Methods 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:
addElementSelectorAndActionAssociations
in classJoranConfiguratorBase<ILoggingEvent>
-
sanityCheck
Description copied from class:JoranConfiguratorBase
Perform sanity check and issue warning if necessary.- Overrides:
sanityCheck
in classJoranConfiguratorBase<ILoggingEvent>
- Parameters:
topModel
-
-
addDefaultNestedComponentRegistryRules
- Overrides:
addDefaultNestedComponentRegistryRules
in classGenericXMLConfigurator
-
buildModelInterpretationContext
- Overrides:
buildModelInterpretationContext
in classJoranConfiguratorBase<ILoggingEvent>
-
addModelHandlerAssociations
- Overrides:
addModelHandlerAssociations
in classJoranConfiguratorBase<ILoggingEvent>
-