Jive API (3.0.13) Core Javadocs

com.jivesoftware.base.event
Class LogEvent

java.lang.Object
  extended by 
      extended by 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.


Nested Class Summary
static class LogEvent.Type
           
 
Constructor Summary
LogEvent()
           
LogEvent(LogEvent.Type eventType, Map<String,? extends Object> params)
           
LogEvent(LogEvent.Type eventType, Map<String,? extends Object> params, Throwable e, String message)
           
 
Method Summary
 Throwable getThrowable()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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)
Method Detail

getThrowable

public Throwable getThrowable()

Jive Product Page

Copyright © 1999-2007 Jive Software.