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:
  • Method Details

    • getTimestamp

      long getTimestamp()
      Timestamp in ms.
      Returns:
      timestamp
    • 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