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 Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionReturns theLogPropertyRegistry
from 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.LogFilterSettings
addPropertyFilter, clearPropertyLevel, clearPropertyLevels, propertyFilterSettings, removePropertyFilter, setLevel, setPropertyLevel
-
Field Details
-
EVENT_PREFIX
- See Also:
-
-
Method Details
-
getOrCreateMonitoringSession
Gets or creates a monitoring session with the specified id. If null or empty string is passed in, the global session will be returned. -
queryLogEvents
-
getLogPropertyRegistry
LogPropertyRegistry getLogPropertyRegistry()Returns theLogPropertyRegistry
from the gateway logging manager. This registry contains known
-