Class LogEntry

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

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

      • isWasExamined

        public boolean isWasExamined()
      • setExamined

        public void setExamined​(boolean wasExamined)
      • wasExaminedProperty

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

        public java.util.Date getTimestamp()
      • messageProperty

        public org.reactfx.value.Var<java.lang.String> messageProperty()
      • compareTo

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

        public boolean isTrace()
      • detailsProperty

        public org.reactfx.value.Var<java.lang.String> detailsProperty()
      • createUserExceptionEntry

        public static LogEntry createUserExceptionEntry​(java.lang.Throwable thrown,
                                                        LogEntry.Category cat)