Log4j 0.9.1

Uses of Interface
org.log4j.spi.CategoryFactory

Packages that use CategoryFactory
org.log4j The main package of log4j. 
 

Uses of CategoryFactory in org.log4j
 

Methods in org.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.
 


Log4j 0.9.1

Please notify me about new log4j releases.