FileDocCategorySizeDatePackage
LogHelperEJBCompiler.javaAPI DocGlassfish v2 API2840Fri May 04 22:34:48 BST 2007com.sun.jdo.spi.persistence.support.ejb.ejbc

LogHelperEJBCompiler

public class LogHelperEJBCompiler extends Object
author
Piali Nag

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 ejbc component

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