org.nuiton.log
Class LutinLogEvent
java.lang.Object
java.util.EventObject
org.nuiton.log.LutinLogEvent
- All Implemented Interfaces:
- Serializable
public class LutinLogEvent
- extends EventObject
- Author:
- poussin
- See Also:
- Serialized Form
LutinLogEvent
public LutinLogEvent(Object source,
LutinLogEvent.LogType logType,
String msg,
Throwable eee)
- Parameters:
source - logType - msg - eee -
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.