Interface GatewayLoggingManager
- All Superinterfaces:
- LogFilterSettings
The Gateway Logging Manager extends the logging manager to provide the idea of monitoring sessions, which can be
 used to collect specific sets of logs for a short amount of time. It also provides the idea of "system events",
 which are log events with special markers indicating that they are noteworthy "events" for a given system.
- 
Field SummaryFields
- 
Method SummaryModifier and TypeMethodDescriptionReturns theLogPropertyRegistryfrom the gateway logging manager.Gets or creates a monitoring session with the specified id.queryLogEvents(LogQueryConfig filter) Methods inherited from interface com.inductiveautomation.ignition.common.logging.LogFilterSettingsaddPropertyFilter, clearPropertyLevel, clearPropertyLevels, propertyFilterSettings, removePropertyFilter, setLevel, setPropertyLevel
- 
Field Details- 
EVENT_PREFIX- See Also:
 
 
- 
- 
Method Details- 
getOrCreateMonitoringSessionGets or creates a monitoring session with the specified id. If null or empty string is passed in, the global session will be returned.
- 
queryLogEvents
- 
getLogPropertyRegistryLogPropertyRegistry getLogPropertyRegistry()Returns theLogPropertyRegistryfrom the gateway logging manager. This registry contains known
 
-