Class EventManagerImpl
- java.lang.Object
- 
- com.inductiveautomation.ignition.common.logging.EventManagerImpl
 
- 
 public class EventManagerImpl extends java.lang.ObjectNOTE: 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 Modifier and Type Class Description protected classEventManagerImpl.EventAppender
 - 
Constructor SummaryConstructors Constructor Description EventManagerImpl()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidappendEvent(java.lang.String systemID, ch.qos.logback.classic.spi.ILoggingEvent event)java.util.List<ch.qos.logback.classic.spi.ILoggingEvent>getEventsFor(java.lang.String systemId, long fromTimestamp, int limit)java.util.List<java.lang.String>getSystems()voidstart()voidstop()
 
- 
- 
- 
Method Detail- 
getSystemspublic java.util.List<java.lang.String> getSystems() 
 - 
getEventsForpublic java.util.List<ch.qos.logback.classic.spi.ILoggingEvent> getEventsFor(java.lang.String systemId, long fromTimestamp, int limit)
 - 
appendEventprotected void appendEvent(java.lang.String systemID, ch.qos.logback.classic.spi.ILoggingEvent event)
 - 
startpublic void start() 
 - 
stoppublic void stop() 
 
- 
 
-