MTLogType

public enum MTLogType : Sendable

Type of log messages in the SDK.

  • Informational messages.

    Declaration

    Swift

    case info
  • Warning messages.

    Declaration

    Swift

    case warning
  • SDK Errors.

    Declaration

    Swift

    case error
  • Critical SDK errors.

    Declaration

    Swift

    case criticalError
  • Event messages.

    Declaration

    Swift

    case event