org.kuali.common.util.log.log4j.model
Class Log4JConfiguration

java.lang.Object
  extended by org.kuali.common.util.log.log4j.model.Log4JConfiguration

public final class Log4JConfiguration
extends Object


Nested Class Summary
static class Log4JConfiguration.Builder
           
 
Method Summary
 List<Appender> getAppenders()
           
 Debug getDebug()
           
 List<Logger> getLoggers()
           
 String getNamespace()
           
 boolean getReset()
           
 Logger getRoot()
           
 Threshold getThreshold()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getLoggers

public List<Logger> getLoggers()

getAppenders

public List<Appender> getAppenders()

getReset

public boolean getReset()

getDebug

public Debug getDebug()

getThreshold

public Threshold getThreshold()

getRoot

public Logger getRoot()

getNamespace

public String getNamespace()


Copyright © 2010-2013 The Kuali Foundation. All Rights Reserved.