WebLogic Integration


com.bea.logging
Class LogCategory.LogCategoryFactory

java.lang.Object
  |
  +--com.bea.logging.LogCategory.LogCategoryFactory

public static class LogCategory.LogCategoryFactory
extends java.lang.Object
implements org.apache.log4j.spi.CategoryFactory

A factory for LogCategoryinstances.

Author:
Copyright © 2000, 2001 BEA Systems, Inc. All Rights Reserved.

Method Summary
 org.apache.log4j.Category makeNewCategoryInstance(java.lang.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

makeNewCategoryInstance

public org.apache.log4j.Category makeNewCategoryInstance(java.lang.String strName)
Create a new logging category
Specified by:
makeNewCategoryInstance in interface org.apache.log4j.spi.CategoryFactory

Parameters:
strName - - identifies the category to log messages to...

WebLogic Integration

WebLogic Integration (WLI)