Package com.zfabrik.util.logging
Class LogLevelMBeanImpl
- java.lang.Object
-
- com.zfabrik.util.logging.LogLevelMBeanImpl
-
- All Implemented Interfaces:
LogLevelMBean
public class LogLevelMBeanImpl extends java.lang.Object implements LogLevelMBean
-
-
Constructor Summary
Constructors Constructor Description LogLevelMBeanImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetLogConfig()returns the number of level CONFIG log entriesintgetLogFine()returns the number of level FINE log entriesintgetLogFiner()returns the number of level FINER log entriesintgetLogFinest()returns the number of level FINEST log entriesintgetLogInfo()returns the number of level INFO log entriesintgetLogSevere()returns the number of level SEVERE log entriesintgetLogWarning()returns the number of level WARNING log entriesvoidreset()resets all countersjava.lang.StringtoString()
-
-
-
Method Detail
-
getLogFinest
public int getLogFinest()
Description copied from interface:LogLevelMBeanreturns the number of level FINEST log entries- Specified by:
getLogFinestin interfaceLogLevelMBean
-
getLogFiner
public int getLogFiner()
Description copied from interface:LogLevelMBeanreturns the number of level FINER log entries- Specified by:
getLogFinerin interfaceLogLevelMBean
-
getLogFine
public int getLogFine()
Description copied from interface:LogLevelMBeanreturns the number of level FINE log entries- Specified by:
getLogFinein interfaceLogLevelMBean
-
getLogConfig
public int getLogConfig()
Description copied from interface:LogLevelMBeanreturns the number of level CONFIG log entries- Specified by:
getLogConfigin interfaceLogLevelMBean
-
getLogInfo
public int getLogInfo()
Description copied from interface:LogLevelMBeanreturns the number of level INFO log entries- Specified by:
getLogInfoin interfaceLogLevelMBean
-
getLogWarning
public int getLogWarning()
Description copied from interface:LogLevelMBeanreturns the number of level WARNING log entries- Specified by:
getLogWarningin interfaceLogLevelMBean
-
getLogSevere
public int getLogSevere()
Description copied from interface:LogLevelMBeanreturns the number of level SEVERE log entries- Specified by:
getLogSeverein interfaceLogLevelMBean
-
reset
public void reset()
Description copied from interface:LogLevelMBeanresets all counters- Specified by:
resetin interfaceLogLevelMBean
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-