| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectorg.apache.ws.jaxme.logging.LoggerFactoryImplorg.apache.ws.jaxme.logging.AntProjectLoggerFactorypublic class AntProjectLoggerFactoryextends LoggerFactoryImplConstructor 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 newLoggerwith the given name. The logger will be added to an internalMapand the next call toLoggerFactoryImpl.getLogger(String)with the same name will return thisLogger.
- Overrides:
- newLogger in interface LoggerFactoryImpl