ariba.util.log
Class LoggerFactory

java.lang.Object
  extended by ariba.util.log.LoggerFactory
All Implemented Interfaces:
org.apache.log4j.spi.LoggerFactory

public class LoggerFactory
extends java.lang.Object
implements org.apache.log4j.spi.LoggerFactory

The simple extension of log4j's LoggerFactory class so that we can create our own ariba.util.log.Logger instead of log4j's Logger insances.


Constructor Summary
LoggerFactory()
          Instantiate an instance of this class.
 
Method Summary
 org.apache.log4j.Logger makeNewLoggerInstance(java.lang.String name)
          Create new Logger instances with the specified name
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoggerFactory

public LoggerFactory()
Instantiate an instance of this class.

Method Detail

makeNewLoggerInstance

public org.apache.log4j.Logger makeNewLoggerInstance(java.lang.String name)
Create new Logger instances with the specified name

Specified by:
makeNewLoggerInstance in interface org.apache.log4j.spi.LoggerFactory
Parameters:
name - the name of the logger, must not be null.
Returns:
the new instance


AribaWeb User Interface Development Framework
Copyright © 2000-2014 Ariba, Inc. All Rights Reserved.