Package com.polarion.platform.jobs
Interface ILogEvent
- All Known Subinterfaces:
IJobLogEvent
public interface ILogEvent
Recorded log event.
- Version:
- $Revision:56034 $ $Date:2006-07-13 11:21:20Z $
- Author:
- Stepan Roh, Polarion Software
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
Log event severity "enumeration". -
Method Summary
Modifier and TypeMethodDescriptionMessage.Severity.Thread name.Throwable.long
Timestamp in ms.
-
Method Details
-
getTimestamp
long getTimestamp()Timestamp in ms.- Returns:
- timestamp
-
getSeverity
ILogEvent.LogEventSeverity getSeverity()Severity.- Returns:
- severity (not
null
)
-
getMessage
Object getMessage()Message.- Returns:
- message or
null
-
getThreadName
String getThreadName()Thread name.- Returns:
- thread name or
null
- Since:
- 3.7.2
-
getThrowable
Throwable getThrowable()Throwable.- Returns:
- throwable or
null
-