Class EventLogger
- java.lang.Object
-
- net.sourceforge.pmd.util.fxdesigner.model.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)
-