Log4j 1.1b7

org.apache.log4j.examples
Class MyCategoryFactory

java.lang.Object
  |
  +--org.apache.log4j.examples.MyCategoryFactory
All Implemented Interfaces:
CategoryFactory

public class MyCategoryFactory
extends Object
implements CategoryFactory

A factory that makes new MyCategory objects. See source code for more details.

Author:
Ceki Gülcü

Constructor Summary
MyCategoryFactory()
          The constructor should be public as it will be called by configurators in different packages.
 
Method Summary
 Category makeNewCategoryInstance(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MyCategoryFactory

public MyCategoryFactory()
The constructor should be public as it will be called by configurators in different packages.
Method Detail

makeNewCategoryInstance

public Category makeNewCategoryInstance(String name)
Specified by:
makeNewCategoryInstance in interface CategoryFactory

Log4j 1.1b7

Please notify me about new log4j releases.