FileDocCategorySizeDatePackage
LogDomains.javaAPI DocGlassfish v2 API2450Fri May 04 22:32:52 BST 2007com.sun.appserv.management.alert

LogDomains

public class LogDomains extends Object
LogDomains class to get the Alert Logger. Note for now no resource bundle is used for the Alerts as we just want to log some debuggable statements.
AUTHOR:
Hemanth Puttaswamy

Fields Summary
private static final String
ALERT_LOGGER_NAME
Constructors Summary
Methods Summary
public static java.util.logging.LoggergetAlertLogger()


         
        return Logger.getLogger( ALERT_LOGGER_NAME );