net.sf.jaxme.logging
Interface LoggerFactory

All Known Implementing Classes:
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

public Logger getLogger(java.lang.String pName)

Creates a Logger with the given name.