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

LogHelperEntityInternal

public class LogHelperEntityInternal 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 internal component

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