public class Log4jMXBeanImp extends Object implements Log4jMXBean
UNITS
Constructor and Description |
---|
Log4jMXBeanImp() |
Modifier and Type | Method and Description |
---|---|
long |
getDebug() |
long |
getError() |
long |
getFatal() |
long |
getInfo() |
static ObjectName |
getObjectName() |
long |
getTotal() |
long |
getTrace() |
long |
getWarn() |
public static ObjectName getObjectName()
public long getTrace()
getTrace
in interface Log4jMXBean
public long getDebug()
getDebug
in interface Log4jMXBean
public long getWarn()
getWarn
in interface Log4jMXBean
public long getInfo()
getInfo
in interface Log4jMXBean
public long getError()
getError
in interface Log4jMXBean
public long getFatal()
getFatal
in interface Log4jMXBean
public long getTotal()
getTotal
in interface Log4jMXBean
Copyright © 2015. All rights reserved.