|
Log4j 1.0.4 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CategoryFactory | |
org.apache.log4j | The main package of log4j. |
org.apache.log4j.examples | Example usage of log4j 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. |
|
Log4j 1.0.4 | |||||||||
PREV NEXT | FRAMES NO FRAMES |