|
|||||||||
| Home >> All >> org >> apache >> ws >> jaxme >> [ logging overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.apache.ws.jaxme.logging
Class AntProjectLoggerFactory

java.lang.Objectorg.apache.ws.jaxme.logging.LoggerFactoryImpl
org.apache.ws.jaxme.logging.AntProjectLoggerFactory
- All Implemented Interfaces:
- LoggerFactory
- public class AntProjectLoggerFactory
- extends LoggerFactoryImpl
A LoggerFactory logging via an Ant project.
| Field Summary | |
(package private) org.apache.tools.ant.Task |
task
|
| Fields inherited from class org.apache.ws.jaxme.logging.LoggerFactoryImpl |
|
| Constructor Summary | |
AntProjectLoggerFactory(org.apache.tools.ant.Task pTask)
Creates a new logger factory for the given task. |
|
| Method Summary | |
Logger |
newLogger(java.lang.String pName)
Creates a new Logger with the given name. |
| Methods inherited from class org.apache.ws.jaxme.logging.LoggerFactoryImpl |
getLogger |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
task
final org.apache.tools.ant.Task task
| Constructor Detail |
AntProjectLoggerFactory
public AntProjectLoggerFactory(org.apache.tools.ant.Task pTask)
- Creates a new logger factory for the given task.
| Method Detail |
newLogger
public Logger newLogger(java.lang.String pName)
- Description copied from class:
LoggerFactoryImpl Creates a new Logger with the given name. The logger will be added to an internal java.util.Map and the next call to
LoggerFactoryImpl.getLogger(String)55 with the same name will return this Logger.- Specified by:
newLoggerin classLoggerFactoryImpl
|
|||||||||
| Home >> All >> org >> apache >> ws >> jaxme >> [ logging overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC