org.apache.ws.jaxme.logging

Class AntProjectLoggerFactory

Implemented Interfaces:
LoggerFactory

public class AntProjectLoggerFactory
extends LoggerFactoryImpl

A LoggerFactory logging via an Ant project.

Constructor Summary

AntProjectLoggerFactory(Task pTask)
Creates a new logger factory for the given task.

Method Summary

Logger
newLogger(String pName)
Creates a new Logger with the given name.

Methods inherited from class org.apache.ws.jaxme.logging.LoggerFactoryImpl

getLogger, newLogger

Constructor Details

AntProjectLoggerFactory

public AntProjectLoggerFactory(Task pTask)
Creates a new logger factory for the given task.

Method Details

newLogger

public Logger newLogger(String pName)
Creates 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.
Overrides:
newLogger in interface LoggerFactoryImpl