org.benow.log.config
Class LoggingConfig
java.lang.Object
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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
LoggingConfig
protected LoggingConfig()
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