anvil
Class LogEvent

java.lang.Object
  |
  +--anvil.LogEvent

public class LogEvent
extends java.lang.Object

class LogEvent

Author:
Jani Lehtimäki

Constructor Summary
LogEvent(Log log, int severity, java.lang.Object message, java.lang.Throwable throwable)
           
 
Method Summary
 Log getLog()
           
 java.lang.String getMessage()
           
 long getMillis()
           
 int getSeverity()
           
 java.lang.Thread getThread()
           
 java.lang.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(Log log,
                int severity,
                java.lang.Object message,
                java.lang.Throwable throwable)
Method Detail

getMillis

public long getMillis()

getLog

public Log getLog()

getSeverity

public int getSeverity()

getMessage

public java.lang.String getMessage()

getThrowable

public java.lang.Throwable getThrowable()

getThread

public java.lang.Thread getThread()