org.echarts.monitor
Class LogLevelMonitorEvent
java.lang.Object
org.echarts.monitor.MachineMonitorEvent
org.echarts.monitor.LogLevelMonitorEvent
- All Implemented Interfaces:
- java.io.Externalizable, java.io.Serializable
- Direct Known Subclasses:
- DebugEvent, ErrorEvent, FatalEvent, InfoEvent, WarnEvent
public class LogLevelMonitorEvent
- extends MachineMonitorEvent
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
MESSAGE
public static final java.lang.String MESSAGE
- See Also:
- Constant Field Values
EXCEPTION
public static final java.lang.String EXCEPTION
- See Also:
- Constant Field Values
STACK_TRACE
public static final java.lang.String STACK_TRACE
- See Also:
- Constant Field Values
LogLevelMonitorEvent
public LogLevelMonitorEvent()
- For MachineMonitorEvent.readRaw().
LogLevelMonitorEvent
public LogLevelMonitorEvent(java.lang.String message)
LogLevelMonitorEvent
public LogLevelMonitorEvent(java.lang.Throwable e,
java.lang.String message)