Package ch.qos.logback.classic.sift
Class SiftingJoranConfigurator
- java.lang.Object
-
- ch.qos.logback.core.spi.ContextAwareBase
-
- ch.qos.logback.core.joran.GenericConfigurator
-
- ch.qos.logback.core.sift.SiftingJoranConfiguratorBase<ILoggingEvent>
-
- ch.qos.logback.classic.sift.SiftingJoranConfigurator
-
- All Implemented Interfaces:
ContextAware
public class SiftingJoranConfigurator extends SiftingJoranConfiguratorBase<ILoggingEvent>
-
-
Field Summary
-
Fields inherited from class ch.qos.logback.core.sift.SiftingJoranConfiguratorBase
key, parentPropertyMap, value
-
Fields inherited from class ch.qos.logback.core.joran.GenericConfigurator
interpreter
-
Fields inherited from class ch.qos.logback.core.spi.ContextAwareBase
context
-
-
Constructor Summary
Constructors Constructor Description SiftingJoranConfigurator(java.lang.String key, java.lang.String value, java.util.Map<java.lang.String,java.lang.String> parentPropertyMap)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidaddDefaultNestedComponentRegistryRules(DefaultNestedComponentRegistry registry)protected voidaddInstanceRules(RuleStore rs)protected voidbuildInterpreter()Appender<ILoggingEvent>getAppender()protected ElementPathinitialElementPath()-
Methods inherited from class ch.qos.logback.core.sift.SiftingJoranConfiguratorBase
addImplicitRules, doConfigure, oneAndOnlyOneCheck, toString
-
Methods inherited from class ch.qos.logback.core.joran.GenericConfigurator
doConfigure, doConfigure, doConfigure, doConfigure, doConfigure, doConfigure, getBeanDescriptionCache, informContextOfURLUsedForConfiguration, recallSafeConfiguration, registerSafeConfiguration
-
Methods inherited from class ch.qos.logback.core.spi.ContextAwareBase
addError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, getDeclaredOrigin, getStatusManager, setContext
-
-
-
-
Method Detail
-
initialElementPath
protected ElementPath initialElementPath()
- Overrides:
initialElementPathin classGenericConfigurator
-
addInstanceRules
protected void addInstanceRules(RuleStore rs)
- Overrides:
addInstanceRulesin classSiftingJoranConfiguratorBase<ILoggingEvent>
-
addDefaultNestedComponentRegistryRules
protected void addDefaultNestedComponentRegistryRules(DefaultNestedComponentRegistry registry)
- Overrides:
addDefaultNestedComponentRegistryRulesin classGenericConfigurator
-
buildInterpreter
protected void buildInterpreter()
- Overrides:
buildInterpreterin classGenericConfigurator
-
getAppender
public Appender<ILoggingEvent> getAppender()
- Specified by:
getAppenderin classSiftingJoranConfiguratorBase<ILoggingEvent>
-
-