Log4j 1.1b7

Uses of Interface
org.apache.log4j.spi.CategoryFactory

Packages that use CategoryFactory
org.apache.log4j The main package of log4j.  
org.apache.log4j.examples Example usage of log4j including source code.  
org.apache.log4j.examples.appserver This package extends log4j by adding extra logging attributes useful in distributed application server environments.  
org.apache.log4j.xml.examples Example usage of log4j with XML (including source code).  
 

Uses of CategoryFactory in org.apache.log4j
 

Fields in org.apache.log4j declared as CategoryFactory
protected  CategoryFactory PropertyConfigurator.categoryFactory
           
 

Methods in org.apache.log4j with parameters of type CategoryFactory
static Category Category.getInstance(String name, CategoryFactory factory)
          Like Category.getInstance(String) except that the type of category instantiated depends on the type returned by the makeNewCategoryInstance(java.lang.String) method of the factory parameter.
 Category Hierarchy.getInstance(String name, CategoryFactory factory)
          Return a new category instance named as the first parameter using factory.
 

Uses of CategoryFactory in org.apache.log4j.examples
 

Classes in org.apache.log4j.examples that implement CategoryFactory
 class MyCategoryFactory
          A factory that makes new MyCategory objects.
 

Uses of CategoryFactory in org.apache.log4j.examples.appserver
 

Classes in org.apache.log4j.examples.appserver that implement CategoryFactory
 class AppServerCategoryFactory
          Creates correctly populated instances of AppServerCategory.
 

Methods in org.apache.log4j.examples.appserver with parameters of type CategoryFactory
static void AppServerCategory.setFactory(CategoryFactory factory)
          Set the factory instance for creation of AppServerCategory instances. in the getInstance method.
 

Uses of CategoryFactory in org.apache.log4j.xml.examples
 

Classes in org.apache.log4j.xml.examples that implement CategoryFactory
static class XCategory.XFactory
           
 


Log4j 1.1b7

Please notify me about new log4j releases.