|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.avalon.logging.log4j.LoggingManagerImpl
A LoggerManager
that supports the management of a logging hierarchy.
Field Summary |
Fields inherited from interface org.apache.avalon.logging.provider.LoggingManager |
KEY |
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. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public void addCategories(CategoriesDirective descriptor)
addCategories
in interface LoggingManager
descriptor
- a set of category descriptors to be added under the pathpublic void addCategories(String path, CategoriesDirective descriptor)
addCategories
in interface LoggingManager
path
- the category base pathdescriptor
- a set of category descriptors to be added under
the base pathpublic Logger getLoggerForCategory(String category)
getLoggerForCategory
in interface LoggingManager
category
- the category path
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |