Log4j 1.1.3

org.apache.log4j.spi
Interface CategoryFactory

All Known Implementing Classes:
AppServerCategoryFactory, MyCategoryFactory, XCategory.XFactory

public interface CategoryFactory

Implement this interface to create new instances of Category or a sub-class of Category.

See MyCategory for an example.

Since:
version 0.8.5
Author:
Ceki Gülcü

Method Summary
 Category makeNewCategoryInstance(String name)
           
 

Method Detail

makeNewCategoryInstance

public Category makeNewCategoryInstance(String name)

Log4j 1.1.3

Please notify me about new log4j releases.