org.benow.log.config
Class LoggingConfig

java.lang.Object
  extended by org.benow.log.config.LoggingConfig

public class LoggingConfig
extends java.lang.Object

Author:
andy To change this generated comment edit the template variable "typecomment": Window>Preferences>Java>Templates. To enable and disable the creation of type comments go to Window>Preferences>Java>Code Generation.

Constructor Summary
protected LoggingConfig()
           
 
Method Summary
 java.util.List<Appender> getAppenders()
           
 java.util.List<Category> getCategories()
           
static LoggingConfig getConfiguration()
           
 Category getRootCategory()
           
 void setAppenders(java.util.List<Appender> appenders)
           
 void setCategories(java.util.List<Category> categories)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LoggingConfig

protected LoggingConfig()
Method Detail

getRootCategory

public Category getRootCategory()

getCategories

public java.util.List<Category> getCategories()

setCategories

public void setCategories(java.util.List<Category> categories)

getAppenders

public java.util.List<Appender> getAppenders()

setAppenders

public void setAppenders(java.util.List<Appender> appenders)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

getConfiguration

public static LoggingConfig getConfiguration()
                                      throws java.io.IOException,
                                             javax.xml.transform.TransformerException
Throws:
java.io.IOException
javax.xml.transform.TransformerException