chapters.onJoran
Class SimpleConfigurator
java.lang.Object
ch.qos.logback.core.spi.ContextAwareBase
ch.qos.logback.core.joran.GenericConfigurator
chapters.onJoran.SimpleConfigurator
- All Implemented Interfaces:
- ContextAware
public class SimpleConfigurator
- extends GenericConfigurator
A minimal configurator extending GenericConfigurator.
- Author:
- Ceki Gücü
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 |
SimpleConfigurator
public SimpleConfigurator(Map<Pattern,Action> ruleMap)
SimpleConfigurator
public SimpleConfigurator(Map<Pattern,Action> ruleMap,
List<ImplicitAction> iaList)
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.