|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A LoggerManager
that supports the management of a logging hierarchy.
Field Summary | |
static String |
KEY
Standard context key for the logging manager. |
Method Summary | |
void |
addCategories(CategoriesDirective descriptor)
Add a set of category entries using the supplied categories descriptor. |
void |
addCategories(String path,
CategoriesDirective descriptor)
Add a set of category entries relative to the supplied base category path, using the supplied descriptor as the definition of subcategories. |
Logger |
getLoggerForCategory(String category)
Return the Logger for the specified category. |
Field Detail |
public static final String KEY
Method Detail |
public void addCategories(CategoriesDirective descriptor)
descriptor
- a set of category descriptors to be added under the pathpublic void addCategories(String path, CategoriesDirective descriptor)
path
- the category base pathdescriptor
- a set of category descriptors to be added under
the base pathpublic Logger getLoggerForCategory(String category)
category
- the category path
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |