Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.apache.ws.jaxme.logging.LoggerFactoryImpl
org.apache.ws.jaxme.logging.Log4jLoggerFactory
public class Log4jLoggerFactory
extends LoggerFactoryImpl
JavaUtilLogger
.
Methods inherited from class org.apache.ws.jaxme.logging.LoggerFactoryImpl | |
getLogger , newLogger |
public Logger newLogger(String pName)
Creates a newLogger
with the given name. The logger will be added to an internalMap
and the next call toLoggerFactoryImpl.getLogger(String)
with the same name will return thisLogger
.
- Overrides:
- newLogger in interface LoggerFactoryImpl