org.apache.ws.jaxme.logging
Interface LoggerFactory

All Known Implementing Classes:
AntProjectLoggerFactory, JavaUtilLoggerFactory, Log4jLoggerFactory, LoggerFactoryImpl

public interface LoggerFactory

The LoggerFactory is responsible for creating Logger instances.

Author:
Jochen Wiedmann

Method Summary
 Logger getLogger(java.lang.String pName)
          Creates a Logger with the given name.
 

Method Detail

getLogger

Logger getLogger(java.lang.String pName)

Creates a Logger with the given name.