|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.jaxme.logging.LoggerFactoryImpl net.sf.jaxme.logging.JavaUtilLoggerFactory
An logger factory creating instances of JavaUtilLogger
.
Constructor Summary | |
JavaUtilLoggerFactory()
|
Method Summary | |
Logger |
newLogger(java.lang.String pName)
Creates a new Logger with the given name. |
Methods inherited from class net.sf.jaxme.logging.LoggerFactoryImpl |
getLogger |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public JavaUtilLoggerFactory()
Method Detail |
public Logger newLogger(java.lang.String pName)
LoggerFactoryImpl
Creates a new Logger
with the given name. The logger
will be added to an internal Map
and the next call to
LoggerFactoryImpl.getLogger(String)
with the same name will return
this Logger
.
newLogger
in class LoggerFactoryImpl
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |