edu.emory.mathcs.h2o.event
Class PlugletLogEvent
java.lang.Object
edu.emory.mathcs.h2o.event.Event
edu.emory.mathcs.h2o.event.PlugletEvent
edu.emory.mathcs.h2o.event.PlugletLogEvent
- All Implemented Interfaces:
- java.io.Serializable
- public class PlugletLogEvent
- extends PlugletEvent
Event triggered when a pluglet fires a log event, or if the pluglet fails
by throwing an exception from init(), start(), stop(), or destroy()
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PlugletLogEvent
public PlugletLogEvent(PlugletContext pcxt,
long timestamp,
java.lang.String message,
java.lang.Throwable failure,
PlugletLogEvent.Level level)
getMessage
public java.lang.String getMessage()
getFailure
public java.lang.Throwable getFailure()
getLevel
public PlugletLogEvent.Level getLevel()