Class LogEntry

  • All Implemented Interfaces:
    java.lang.Comparable<LogEntry>

    public class LogEntry
    extends java.lang.Object
    implements java.lang.Comparable<LogEntry>
    Log entry of an EventLogger.
    Since:
    6.0.0
    Author:
    Clément Fournier
    • Constructor Detail

    • Method Detail

      • isWasExamined

        public boolean isWasExamined()
      • setExamined

        public void setExamined​(boolean wasExamined)
      • wasExaminedProperty

        public org.reactfx.value.Var<java.lang.Boolean> wasExaminedProperty()
      • getThrown

        public java.lang.Throwable getThrown()
      • getMessage

        public java.lang.String getMessage()
      • getStackTrace

        public java.lang.String getStackTrace()
      • getTimestamp

        public java.util.Date getTimestamp()
      • compareTo

        public int compareTo​(LogEntry o)
        Specified by:
        compareTo in interface java.lang.Comparable<LogEntry>