org.benow.log.config
Class Category
java.lang.Object
org.benow.util.NamedImpl
org.benow.log.config.Category
- All Implemented Interfaces:
- org.benow.util.Named
public class Category
- extends org.benow.util.NamedImpl
A log category
| Fields inherited from class org.benow.util.NamedImpl |
description, name |
| Methods inherited from class org.benow.util.NamedImpl |
clone, getDescription, getName, setDescription, setName |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Category
public Category(java.lang.String name,
Priority priority)
getCategoryByName
public static Category getCategoryByName(java.lang.String name)
getAppenders
public java.util.Collection getAppenders()
addAppender
public void addAppender(AppenderRef app)
getPriority
public Priority getPriority()
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object