info.aduna.app.logging.logback
Class LogConfigurator

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.joran.JoranConfiguratorBase
              extended by ch.qos.logback.classic.joran.JoranConfigurator
                  extended by info.aduna.app.logging.logback.LogConfigurator
All Implemented Interfaces:
ch.qos.logback.core.spi.ContextAware

public class LogConfigurator
extends ch.qos.logback.classic.joran.JoranConfigurator

Author:
alex

Nested Class Summary
 class LogConfigurator.LogReaderAction
           
 
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
LogConfigurator()
           
 
Method Summary
 void addInstanceRules(ch.qos.logback.core.joran.spi.RuleStore rs)
           
 LogReader getDefaultLogReader()
           
 LogReader getLogReader(String appenderName)
           
 
Methods inherited from class ch.qos.logback.classic.joran.JoranConfigurator
addDefaultNestedComponentRegistryRules
 
Methods inherited from class ch.qos.logback.core.joran.JoranConfiguratorBase
addImplicitRules, buildInterpreter, getErrorList, getExecutionContext
 
Methods inherited from class ch.qos.logback.core.joran.GenericConfigurator
doConfigure, doConfigure, doConfigure, doConfigure, doConfigure, doConfigure, informContextOfURLUsedForConfiguration, initialPattern
 
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

LogConfigurator

public LogConfigurator()
Method Detail

getDefaultLogReader

public LogReader getDefaultLogReader()

getLogReader

public LogReader getLogReader(String appenderName)

addInstanceRules

public void addInstanceRules(ch.qos.logback.core.joran.spi.RuleStore rs)
Overrides:
addInstanceRules in class ch.qos.logback.classic.joran.JoranConfigurator


Copyright © 2001-2012 Aduna. All Rights Reserved.