Class GMSLogDomain


  • public class GMSLogDomain
    extends java.lang.Object
    GMS 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
    • 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()