FileDocCategorySizeDatePackage
LoggerFactory.javaAPI DocGlassfish v2 API2890Fri May 04 22:35:24 BST 2007com.sun.jdo.spi.persistence.utility.logging

LoggerFactory

public interface LoggerFactory
This interface provides for isolation between the JDO components that need logging services and the implementation of the service.

This interface has no JDK 1.4 dependencies.

author
Craig Russell
version
1.0

Fields Summary
Constructors Summary
Methods Summary
public LoggergetLogger(java.lang.String loggerName, java.lang.String bundleName, java.lang.ClassLoader loader)
Get a Logger. The class that implements this interface is responsible for creating a logger for the named component. The bundle name and class loader are passed to allow the implementation to properly find and construct the internationalization bundle.

param
loggerName the relative name of this logger
param
bundleName the fully qualified name of the resource bundle
param
loader the class loader used to load the resource bundle, or null
return
the logger