Class GMSLogDomain
- java.lang.Object
-
- com.sun.enterprise.ee.cms.logging.GMSLogDomain
-
public class GMSLogDomain extends java.lang.ObjectGMS logger that abstracts out application specific loggers. One can plug in any logger here - even potentially set custom log handlers through this abstraction.- Version:
- $Revision$
- Author:
- Shreedhar Ganapathy Date: Apr 1, 2004
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringGMS_LOGGER
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.util.logging.LoggergetDSCLogger()static java.util.logging.LoggergetHandlerLogger()static java.util.logging.LoggergetLogger(java.lang.String loggerName)static java.util.logging.LoggergetMasterNodeLogger()static java.util.logging.LoggergetMcastLogger()static java.util.logging.LoggergetMonitorLogger()static java.util.logging.LoggergetNoMCastLogger()static java.util.logging.LoggergetSendLogger()
-
-
-
Field Detail
-
GMS_LOGGER
public static final java.lang.String GMS_LOGGER
- See Also:
- Constant Field Values
-
-
Method Detail
-
getLogger
public static java.util.logging.Logger getLogger(java.lang.String loggerName)
-
getMonitorLogger
public static java.util.logging.Logger getMonitorLogger()
-
getMcastLogger
public static java.util.logging.Logger getMcastLogger()
-
getMasterNodeLogger
public static java.util.logging.Logger getMasterNodeLogger()
-
getSendLogger
public static java.util.logging.Logger getSendLogger()
-
getHandlerLogger
public static java.util.logging.Logger getHandlerLogger()
-
getDSCLogger
public static java.util.logging.Logger getDSCLogger()
-
getNoMCastLogger
public static java.util.logging.Logger getNoMCastLogger()
-
-