Class LogLevelMBeanImpl

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getLogConfig()
      returns the number of level CONFIG log entries
      int getLogFine()
      returns the number of level FINE log entries
      int getLogFiner()
      returns the number of level FINER log entries
      int getLogFinest()
      returns the number of level FINEST log entries
      int getLogInfo()
      returns the number of level INFO log entries
      int getLogSevere()
      returns the number of level SEVERE log entries
      int getLogWarning()
      returns the number of level WARNING log entries
      void reset()
      resets all counters
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • LogLevelMBeanImpl

        public LogLevelMBeanImpl()
    • Method Detail

      • getLogFinest

        public int getLogFinest()
        Description copied from interface: LogLevelMBean
        returns the number of level FINEST log entries
        Specified by:
        getLogFinest in interface LogLevelMBean
      • getLogFiner

        public int getLogFiner()
        Description copied from interface: LogLevelMBean
        returns the number of level FINER log entries
        Specified by:
        getLogFiner in interface LogLevelMBean
      • getLogFine

        public int getLogFine()
        Description copied from interface: LogLevelMBean
        returns the number of level FINE log entries
        Specified by:
        getLogFine in interface LogLevelMBean
      • getLogConfig

        public int getLogConfig()
        Description copied from interface: LogLevelMBean
        returns the number of level CONFIG log entries
        Specified by:
        getLogConfig in interface LogLevelMBean
      • getLogInfo

        public int getLogInfo()
        Description copied from interface: LogLevelMBean
        returns the number of level INFO log entries
        Specified by:
        getLogInfo in interface LogLevelMBean
      • getLogWarning

        public int getLogWarning()
        Description copied from interface: LogLevelMBean
        returns the number of level WARNING log entries
        Specified by:
        getLogWarning in interface LogLevelMBean
      • getLogSevere

        public int getLogSevere()
        Description copied from interface: LogLevelMBean
        returns the number of level SEVERE log entries
        Specified by:
        getLogSevere in interface LogLevelMBean
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object