MTLogLevel

public enum MTLogLevel : Sendable, Equatable

SDK log level.

  • No logs will be printed.

    Declaration

    Swift

    case none
  • Only information logs will be printed.

    Declaration

    Swift

    case info
  • All logs will be printed.

    Declaration

    Swift

    case debug(verbose: Bool = false)
  • Declaration

    Swift

    public static func == (lhs: MTLogLevel, rhs: MTLogLevel) -> Bool
  • Undocumented

    Declaration

    Swift

    public static func != (lhs: MTLogLevel, rhs: MTLogLevel) -> Bool