Package ch.qos.logback.core.sift
Class SiftingJoranConfiguratorBase<E>
- java.lang.Object
-
- ch.qos.logback.core.spi.ContextAwareBase
-
- ch.qos.logback.core.joran.GenericConfigurator
-
- ch.qos.logback.core.sift.SiftingJoranConfiguratorBase<E>
-
- All Implemented Interfaces:
ContextAware
- Direct Known Subclasses:
SiftingJoranConfigurator,SiftingJoranConfigurator
public abstract class SiftingJoranConfiguratorBase<E> extends GenericConfigurator
-
-
Field Summary
Fields Modifier and Type Field Description protected Stringkeyprotected Map<String,String>parentPropertyMapprotected Stringvalue-
Fields inherited from class ch.qos.logback.core.joran.GenericConfigurator
interpreter
-
Fields inherited from class ch.qos.logback.core.spi.ContextAwareBase
context
-
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected voidaddImplicitRules(Interpreter interpreter)protected voidaddInstanceRules(RuleStore rs)voiddoConfigure(List<SaxEvent> eventList)abstract Appender<E>getAppender()protected voidoneAndOnlyOneCheck(Map<?,?> appenderMap)StringtoString()-
Methods inherited from class ch.qos.logback.core.joran.GenericConfigurator
addDefaultNestedComponentRegistryRules, buildInterpreter, doConfigure, doConfigure, doConfigure, doConfigure, doConfigure, doConfigure, getBeanDescriptionCache, informContextOfURLUsedForConfiguration, initialElementPath, 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
-
addImplicitRules
protected void addImplicitRules(Interpreter interpreter)
- Specified by:
addImplicitRulesin classGenericConfigurator
-
addInstanceRules
protected void addInstanceRules(RuleStore rs)
- Specified by:
addInstanceRulesin classGenericConfigurator
-
oneAndOnlyOneCheck
protected void oneAndOnlyOneCheck(Map<?,?> appenderMap)
-
doConfigure
public void doConfigure(List<SaxEvent> eventList) throws JoranException
- Overrides:
doConfigurein classGenericConfigurator- Throws:
JoranException
-
-