Class EventManagerImpl
java.lang.Object
com.inductiveautomation.ignition.common.logging.EventManagerImpl
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
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
appendEvent
(String systemID, ch.qos.logback.classic.spi.ILoggingEvent event) List<ch.qos.logback.classic.spi.ILoggingEvent>
getEventsFor
(String systemId, long fromTimestamp, int limit) void
start()
void
stop()
-
Constructor Details
-
EventManagerImpl
public EventManagerImpl()
-
-
Method Details
-
getSystems
-
getEventsFor
-
appendEvent
-
start
public void start() -
stop
public void stop()
-