com.bea.logging
Class LogCategory.LogCategoryFactory
java.lang.Object
com.bea.logging.LogCategory.LogCategoryFactory
- All Implemented Interfaces:
- org.apache.log4j.spi.LoggerFactory
- Enclosing class:
- LogCategory
- public static class LogCategory.LogCategoryFactory
- extends Object
- implements org.apache.log4j.spi.LoggerFactory
A factory for LogCategory
instances.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
makeNewLoggerInstance
public org.apache.log4j.Logger makeNewLoggerInstance(String strName)
- Create a new logging category
- Specified by:
makeNewLoggerInstance
in interface org.apache.log4j.spi.LoggerFactory
- Parameters:
strName
- - identifies the category to log messages to...
- Returns:
- a new logging category