public class JavaUtilLoggerFactory extends LoggerFactoryImpl
An logger factory creating instances of JavaUtilLogger
.
Constructor and Description |
---|
JavaUtilLoggerFactory() |
Modifier and Type | Method and Description |
---|---|
Logger |
newLogger(java.lang.String pName)
Creates a new
Logger with the given name. |
getLogger
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