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 SummaryNested Classes
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected voidappendEvent(String systemID, ch.qos.logback.classic.spi.ILoggingEvent event) List<ch.qos.logback.classic.spi.ILoggingEvent>getEventsFor(String systemId, long fromTimestamp, int limit) voidstart()voidstop()
- 
Constructor Details- 
EventManagerImplpublic EventManagerImpl()
 
- 
- 
Method Details- 
getSystems
- 
getEventsFor
- 
appendEvent
- 
startpublic void start()
- 
stoppublic void stop()
 
-