|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CategoriesDirective | |
org.apache.avalon.logging.log4j |
The log4j package contains a Log4J plugin implementation.
|
org.apache.avalon.logging.logkit | The logkit/impl package contains the
DefaultLoggingManager which
is an initial bootstrap logging manager that uses meta information
about logging targets and catagories. |
org.apache.avalon.logging.provider | The provider package contains the
LoggingManager which
is an interface to the initial logging management system that leverages meta
information about logging targets and catagories.
|
Uses of CategoriesDirective in org.apache.avalon.logging.log4j |
Methods in org.apache.avalon.logging.log4j with parameters of type CategoriesDirective | |
void |
LoggingManagerImpl.addCategories(CategoriesDirective descriptor)
Add a set of category entries using the supplied categories descriptor. |
void |
LoggingManagerImpl.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. |
Uses of CategoriesDirective in org.apache.avalon.logging.logkit |
Methods in org.apache.avalon.logging.logkit with parameters of type CategoriesDirective | |
void |
DefaultLoggingManager.addCategories(CategoriesDirective descriptor)
Add a set of category entries using the supplied categories descriptor. |
void |
DefaultLoggingManager.addCategories(String root,
CategoriesDirective directive)
Add a set of category entries relative to the supplied base category path, using the supplied descriptor as the definition of subcategories. |
Constructors in org.apache.avalon.logging.logkit with parameters of type CategoriesDirective | |
DefaultLoggingManager(Logger logger,
LogTargetManager targets,
CategoriesDirective categories,
String channel,
boolean debug)
Creation of a new logging manager using based on LogKit. |
Uses of CategoriesDirective in org.apache.avalon.logging.provider |
Methods in org.apache.avalon.logging.provider with parameters of type CategoriesDirective | |
void |
LoggingManager.addCategories(CategoriesDirective descriptor)
Add a set of category entries using the supplied categories descriptor. |
void |
LoggingManager.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. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |