FileDocCategorySizeDatePackage
LogHelperUtility.javaAPI DocGlassfish v2 API2813Fri May 04 22:35:20 BST 2007com.sun.jdo.spi.persistence.utility

LogHelperUtility

public class LogHelperUtility extends Object
LogHelper for utility package.
author
Dave Bristor

Fields Summary
private static final String
componentName
The component name for this component
private static final ClassLoader
loader
The class loader for this component
private static final String
bundleName
The bundle name for this component
Constructors Summary
Methods Summary
public static com.sun.jdo.spi.persistence.utility.logging.LoggergetLogger()
Return the logger for this component

 // NOI18N

               
        
        return LogHelper.getLogger(componentName, bundleName, loader);