org.apache.ws.jaxme.logging

Interface LoggerFactory

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(String pName)
Creates a Logger with the given name.

Method Details

getLogger

public Logger getLogger(String pName)
Creates a Logger with the given name.