com.bea.logging
Class LogCategory.LogCategoryFactory

java.lang.Object
  extended bycom.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 LogCategoryinstances.


Method Summary
 org.apache.log4j.Logger makeNewLoggerInstance(String strName)
          Create a new logging category
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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