Interface EventLogger

  • All Known Implementing Classes:
    EventLoggerImpl

    public interface EventLogger
    Logs events. Stores the whole log in case no view was open.
    Since:
    6.13.0
    Author:
    Clément Fournier
    • Method Detail

      • numNewLogEntriesProperty

        default org.reactfx.value.Val<Integer> numNewLogEntriesProperty()
        Number of log entries that were not yet examined by the user.
      • logEvent

        void logEvent​(LogEntry event)
        Logs a new event.
      • getLog

        org.reactfx.collection.LiveList<LogEntry> getLog()
        Returns the full log.