FileDocCategorySizeDatePackage
LogHelperEntityFinder.javaAPI DocGlassfish v2 API2889Fri May 04 22:34:48 BST 2007com.sun.jdo.spi.persistence.support.ejb.cmp

LogHelperEntityFinder

public class LogHelperEntityFinder extends Object
author
Craig Russell
version
1.0

Fields Summary
protected static final String
componentName
The component name for this component
protected static final ClassLoader
loader
The class loader for this component
protected 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 the entity finder component

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