public class LogLevelMBeanImpl extends java.lang.Object implements LogLevelMBean
Constructor and Description |
---|
LogLevelMBeanImpl() |
Modifier and Type | Method and 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() |
public int getLogFinest()
LogLevelMBean
getLogFinest
in interface LogLevelMBean
public int getLogFiner()
LogLevelMBean
getLogFiner
in interface LogLevelMBean
public int getLogFine()
LogLevelMBean
getLogFine
in interface LogLevelMBean
public int getLogConfig()
LogLevelMBean
getLogConfig
in interface LogLevelMBean
public int getLogInfo()
LogLevelMBean
getLogInfo
in interface LogLevelMBean
public int getLogWarning()
LogLevelMBean
getLogWarning
in interface LogLevelMBean
public int getLogSevere()
LogLevelMBean
getLogSevere
in interface LogLevelMBean
public void reset()
LogLevelMBean
reset
in interface LogLevelMBean
public java.lang.String toString()
toString
in class java.lang.Object