org.apache.ws.jaxme.logging

Class JavaUtilLoggerFactory

Implemented Interfaces:
LoggerFactory

public class JavaUtilLoggerFactory
extends LoggerFactoryImpl

An logger factory creating instances of JavaUtilLogger.
Author:
Jochen Wiedmann

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

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