chapters.onJoran
Class SimpleConfigurator

java.lang.Object
  extended by ch.qos.logback.core.spi.ContextAwareBase
      extended by ch.qos.logback.core.joran.GenericConfigurator
          extended by chapters.onJoran.SimpleConfigurator
All Implemented Interfaces:
ContextAware

public class SimpleConfigurator
extends GenericConfigurator

A minimal configurator extending GenericConfigurator.

Author:
Ceki Gücü

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
SimpleConfigurator(Map<Pattern,Action> ruleMap)
           
SimpleConfigurator(Map<Pattern,Action> ruleMap, List<ImplicitAction> iaList)
           
 
Method Summary
protected  void addImplicitRules(Interpreter interpreter)
           
protected  void addInstanceRules(RuleStore rs)
           
 
Methods inherited from class ch.qos.logback.core.joran.GenericConfigurator
addDefaultNestedComponentRegistryRules, buildInterpreter, doConfigure, 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

SimpleConfigurator

public SimpleConfigurator(Map<Pattern,Action> ruleMap)

SimpleConfigurator

public SimpleConfigurator(Map<Pattern,Action> ruleMap,
                          List<ImplicitAction> iaList)
Method Detail

addInstanceRules

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

addImplicitRules

protected void addImplicitRules(Interpreter interpreter)
Specified by:
addImplicitRules in class GenericConfigurator


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