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
public abstract class SiftingJoranConfiguratorBase<E>
- extends GenericConfigurator
Methods inherited from class ch.qos.logback.core.joran.GenericConfigurator |
addDefaultNestedComponentRegistryRules, addInstanceRules, buildInterpreter, doConfigure, doConfigure, doConfigure, doConfigure, doConfigure, informContextOfURLUsedForConfiguration, initialPattern, recallSafeConfiguration, registerSafeConfiguration |
Methods inherited from class ch.qos.logback.core.spi.ContextAwareBase |
addError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, getDeclaredOrigin, getStatusManager, setContext |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SiftingJoranConfiguratorBase
public SiftingJoranConfiguratorBase()
addImplicitRules
protected void addImplicitRules(Interpreter interpreter)
- Specified by:
addImplicitRules
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
Copyright © 2005-2013 QOS.ch. All Rights Reserved.