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.AntProjectLoggerFactory
public class AntProjectLoggerFactory
extends LoggerFactoryImpl
Constructor Summary | |
|
Methods inherited from class org.apache.ws.jaxme.logging.LoggerFactoryImpl | |
getLogger , newLogger |
public AntProjectLoggerFactory(Task pTask)
Creates a new logger factory for the given task.
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