com.jivesoftware.base.event
Class LogEvent
java.lang.Object
com.jivesoftware.base.event.LogEvent
public class LogEvent
- extends
A class for log events. This class will be passed to LogListeners whenever a log event is
fired and contains all the pertinent information to the event.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LogEvent
public LogEvent()
LogEvent
public LogEvent(LogEvent.Type eventType,
Map<String,? extends Object> params)
LogEvent
public LogEvent(LogEvent.Type eventType,
Map<String,? extends Object> params,
Throwable e,
String message)
getThrowable
public Throwable getThrowable()
Copyright © 1999-2007 Jive Software.