Log4j 0.9.1

org.log4j.spi
Interface CategoryFactory


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 0.9.1

Please notify me about new log4j releases.