org.echarts.monitor
Class LogLevelMonitorEvent

java.lang.Object
  extended by org.echarts.monitor.MachineMonitorEvent
      extended by 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

Field Summary
static java.lang.String EXCEPTION
           
static java.lang.String MESSAGE
           
static java.lang.String STACK_TRACE
           
 
Fields inherited from class org.echarts.monitor.MachineMonitorEvent
hostIpAddress, properties, timestamp
 
Constructor Summary
LogLevelMonitorEvent()
          For MachineMonitorEvent.readRaw().
LogLevelMonitorEvent(java.lang.String message)
           
LogLevelMonitorEvent(java.lang.Throwable e, java.lang.String message)
           
 
Method Summary
 
Methods inherited from class org.echarts.monitor.MachineMonitorEvent
getClassString, getHostAddress, getPropertiesString, getSortedKeys, readExternal, readRaw, replaceChar, toString, writeExternal, writeRaw
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

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
Constructor Detail

LogLevelMonitorEvent

public LogLevelMonitorEvent()
For MachineMonitorEvent.readRaw().


LogLevelMonitorEvent

public LogLevelMonitorEvent(java.lang.String message)

LogLevelMonitorEvent

public LogLevelMonitorEvent(java.lang.Throwable e,
                            java.lang.String message)