ariba.util.log
Class LoggerFactory
java.lang.Object
ariba.util.log.LoggerFactory
- All Implemented Interfaces:
- org.apache.log4j.spi.LoggerFactory
public class LoggerFactory
- extends 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. |
LoggerFactory
public LoggerFactory()
- Instantiate an instance of this class.
makeNewLoggerInstance
public org.apache.log4j.Logger makeNewLoggerInstance(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-2009 Ariba, Inc. All Rights Reserved.