Uses of Class
org.apache.avalon.logging.data.CategoryDirective

Packages that use CategoryDirective
org.apache.avalon.logging.data The data package contains the principal meta-data directives used to describe logging categories.  
 

Uses of CategoryDirective in org.apache.avalon.logging.data
 

Subclasses of CategoryDirective in org.apache.avalon.logging.data
 class CategoriesDirective
          Description of the configuration of a set of categories.
 

Methods in org.apache.avalon.logging.data that return CategoryDirective
 CategoryDirective[] CategoriesDirective.getCategories()
          Return the set of logging categories.
 CategoryDirective CategoriesDirective.getCategoryDirective(String name)
          Return a named category.
 

Constructors in org.apache.avalon.logging.data with parameters of type CategoryDirective
CategoriesDirective(CategoryDirective[] categories)
          Create a CategoriesDirective instance.
CategoriesDirective(String name, String priority, String target, CategoryDirective[] categories)
          Create a CategoriesDirective instance.
 



Copyright © The Apache Software Foundation. All Rights Reserved.