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