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. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MyCategoryFactory
public MyCategoryFactory()
- The constructor should be public as it will be called by
configurators in different packages.
makeNewCategoryInstance
public Category makeNewCategoryInstance(String name)
- Specified by:
makeNewCategoryInstance
in interface CategoryFactory
Please notify me about new log4j releases.