com.bea.logging
Class LogCategory.LogCategoryFactory

java.lang.Object
  extended by com.bea.logging.LogCategory.LogCategoryFactory
Enclosing class:
LogCategory

public static class LogCategory.LogCategoryFactory
extends Object

A factory for LogCategoryinstances.


Method Summary
 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 Logger makeNewLoggerInstance(String strName)
Create a new logging category

Parameters:
strName - - identifies the category to log messages to...
Returns:
a new logging category