|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectariba.util.log.LoggerFactory
public class 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 |
---|
public LoggerFactory()
Method Detail |
---|
public org.apache.log4j.Logger makeNewLoggerInstance(java.lang.String name)
Logger
instances with the specified name
makeNewLoggerInstance
in interface org.apache.log4j.spi.LoggerFactory
name
- the name of the logger, must not be null.
instance
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |