ch.qos.logback.classic.sift
Class SiftingJoranConfigurator

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<ILoggingEvent>
              extended by 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.joran.GenericConfigurator
interpreter
 
Fields inherited from class ch.qos.logback.core.spi.ContextAwareBase
context
 
Method Summary
protected  void addDefaultNestedComponentRegistryRules(DefaultNestedComponentRegistry registry)
           
protected  void addInstanceRules(RuleStore rs)
           
protected  void buildInterpreter()
          Builds a generic configuration-XML interpreter
 Appender<ILoggingEvent> getAppender()
           
protected  Pattern initialPattern()
          Gets the initial pattern
 
Methods inherited from class ch.qos.logback.core.sift.SiftingJoranConfiguratorBase
addImplicitRules, doConfigure, oneAndOnlyOneCheck
 
Methods inherited from class ch.qos.logback.core.joran.GenericConfigurator
doConfigure, doConfigure, doConfigure, doConfigure, informContextOfURLUsedForConfiguration, 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
 

Method Detail

initialPattern

protected Pattern initialPattern()
Description copied from class: GenericConfigurator
Gets the initial pattern

Overrides:
initialPattern in class GenericConfigurator
Returns:
a newly created Pattern

addInstanceRules

protected void addInstanceRules(RuleStore rs)
Specified by:
addInstanceRules in class GenericConfigurator

addDefaultNestedComponentRegistryRules

protected void addDefaultNestedComponentRegistryRules(DefaultNestedComponentRegistry registry)
Overrides:
addDefaultNestedComponentRegistryRules in class GenericConfigurator

buildInterpreter

protected void buildInterpreter()
Description copied from class: GenericConfigurator
Builds a generic configuration-XML interpreter

Overrides:
buildInterpreter in class GenericConfigurator

getAppender

public Appender<ILoggingEvent> getAppender()
Specified by:
getAppender in class SiftingJoranConfiguratorBase<ILoggingEvent>


Copyright © 2005-2013 QOS.ch. All Rights Reserved.