BLLogLevel

public enum BLLogLevel : Int, Sendable

An enumeration indicating log levels that can be used with the SDK.

  • Declaration

    Swift

    case error = 1
  • Declaration

    Swift

    case warning = 2
  • Declaration

    Swift

    case info = 3
  • Declaration

    Swift

    case debug = 4