org.apache.ws.jaxme.logging
Class JavaUtilLoggerFactory

java.lang.Object
  extended by org.apache.ws.jaxme.logging.LoggerFactoryImpl
      extended by org.apache.ws.jaxme.logging.JavaUtilLoggerFactory
All Implemented Interfaces:
LoggerFactory

public class JavaUtilLoggerFactory
extends LoggerFactoryImpl

An logger factory creating instances of JavaUtilLogger.

Author:
Jochen Wiedmann

Constructor Summary
JavaUtilLoggerFactory()
           
 
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
 

Constructor Detail

JavaUtilLoggerFactory

public JavaUtilLoggerFactory()
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 Map and the next call to LoggerFactoryImpl.getLogger(String) with the same name will return this Logger.

Specified by:
newLogger in class LoggerFactoryImpl