org.nuiton.log
Class LutinLogEvent

java.lang.Object
  extended by java.util.EventObject
      extended by org.nuiton.log.LutinLogEvent
All Implemented Interfaces:
Serializable

public class LutinLogEvent
extends EventObject

Author:
poussin
See Also:
Serialized Form

Nested Class Summary
static class LutinLogEvent.LogType
           
 
Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
LutinLogEvent(Object source, LutinLogEvent.LogType logType, String msg, Throwable eee)
           
 
Method Summary
 LutinLogEvent.LogType getLogType()
           
 LutinLog getLutinLog()
           
 String getMsg()
           
 Throwable getThrowable()
           
 long getTime()
           
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LutinLogEvent

public LutinLogEvent(Object source,
                     LutinLogEvent.LogType logType,
                     String msg,
                     Throwable eee)
Parameters:
source -
logType -
msg -
eee -
Method Detail

getLutinLog

public LutinLog getLutinLog()

getLogType

public LutinLogEvent.LogType getLogType()
Returns:
the logType

getMsg

public String getMsg()
Returns:
the msg

getThrowable

public Throwable getThrowable()
Returns:
the eee

getTime

public long getTime()
Returns:
the time


Copyright © 2004-2010 CodeLutin. All Rights Reserved.