ch.qos.logback.core.sift
Class SiftingJoranConfiguratorBase<E>

java.lang.Object
  extended by ch.qos.logback.core.spi.ContextAwareBase
      extended by ch.qos.logback.core.joran.GenericConfigurator
          extended by ch.qos.logback.core.sift.SiftingJoranConfiguratorBase<E>
All Implemented Interfaces:
ContextAware
Direct Known Subclasses:
SiftingJoranConfigurator

public abstract class SiftingJoranConfiguratorBase<E>
extends GenericConfigurator


Field Summary
 
Fields inherited from class ch.qos.logback.core.joran.GenericConfigurator
interpreter
 
Fields inherited from class ch.qos.logback.core.spi.ContextAwareBase
context
 
Constructor Summary
SiftingJoranConfiguratorBase()
           
 
Method Summary
protected  void addImplicitRules(Interpreter interpreter)
           
 void doConfigure(List<SaxEvent> eventList)
           
abstract  Appender<E> getAppender()
           
protected  void oneAndOnlyOneCheck(Map appenderMap)
           
 
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
 

Constructor Detail

SiftingJoranConfiguratorBase

public SiftingJoranConfiguratorBase()
Method Detail

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.