File
Doc
Category
Size
Date
Package
LogDomains.java
API Doc
Glassfish v2 API
2450
Fri May 04 22:32:52 BST 2007
com.sun.appserv.management.alert
LogDomains
java.lang.Object
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.Logger
getAlertLogger
()
return Logger.getLogger( ALERT_LOGGER_NAME );
Java Code Source