Class EventManagerImpl

java.lang.Object
com.inductiveautomation.ignition.common.logging.EventManagerImpl

public class EventManagerImpl extends Object
NOTE: This is an in-memory event collector, but it's not currently used. We might use it as a cache/buffer so we don't have to always read from the binary appender
  • Constructor Details

    • EventManagerImpl

      public EventManagerImpl()
  • Method Details

    • getSystems

      public List<String> getSystems()
    • getEventsFor

      public List<ch.qos.logback.classic.spi.ILoggingEvent> getEventsFor(String systemId, long fromTimestamp, int limit)
    • appendEvent

      protected void appendEvent(String systemID, ch.qos.logback.classic.spi.ILoggingEvent event)
    • start

      public void start()
    • stop

      public void stop()