Class EventLogger


  • public class EventLogger
    extends java.lang.Object
    Logs events.
    Since:
    6.0.0
    Author:
    Clément Fournier
    • Constructor Summary

      Constructors 
      Constructor Description
      EventLogger()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.reactfx.EventStream<LogEntry> getLog()
      Returns a stream that emits an event each time an exception is logged by some part of the application.
      void logEvent​(LogEntry event)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • EventLogger

        public EventLogger()
    • Method Detail

      • logEvent

        public void logEvent​(LogEntry event)
      • getLog

        public org.reactfx.EventStream<LogEntry> getLog()
        Returns a stream that emits an event each time an exception is logged by some part of the application.