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
public abstract class SiftingJoranConfiguratorBase<E>
- extends GenericConfigurator
| Methods inherited from class ch.qos.logback.core.joran.GenericConfigurator |
addDefaultNestedComponentRegistryRules, buildInterpreter, doConfigure, doConfigure, doConfigure, doConfigure, doConfigure, 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 |
key
protected final String key
value
protected final String value
parentPropertyMap
protected final Map<String,String> parentPropertyMap
SiftingJoranConfiguratorBase
protected SiftingJoranConfiguratorBase(String key,
String value,
Map<String,String> parentPropertyMap)
addImplicitRules
protected void addImplicitRules(Interpreter interpreter)
- Specified by:
addImplicitRules in class GenericConfigurator
addInstanceRules
protected void addInstanceRules(RuleStore rs)
- Specified by:
addInstanceRules in class GenericConfigurator
getAppender
public abstract Appender<E> getAppender()
oneAndOnlyOneCheck
protected void oneAndOnlyOneCheck(Map<?,?> appenderMap)
doConfigure
public void doConfigure(List<SaxEvent> eventList)
throws JoranException
- Overrides:
doConfigure in class GenericConfigurator
- Throws:
JoranException
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2005-2014 QOS.ch. All Rights Reserved.