org.apache.ws.jaxme.logging

Interface LoggerFactory

public interface LoggerFactory

The LoggerFactory is responsible for creating Logger instances.

Author: Jochen Wiedmann

Method Summary
LoggergetLogger(String pName)

Creates a Logger with the given name.

Method Detail

getLogger

public Logger getLogger(String pName)

Creates a Logger with the given name.