Interface GatewayLoggingManager

  • All Superinterfaces:
    LogFilterSettings

    public interface GatewayLoggingManager
    extends 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.
    • Method Detail

      • getOrCreateMonitoringSession

        MonitoringSession getOrCreateMonitoringSession​(java.lang.String id)
        Gets or creates a monitoring session with the specified id. If null or empty string is passed in, the global session will be returned.