EventLogger

@objc(GSEventLogger)
public protocol EventLogger : Facility

Facility that allows the application to record event logs that may be further collected and processed by GroundSdk.

  • Logs an event.

    Parameter message: log message

    Declaration

    Swift

    func log(_ message: String)