LoggingMode

@objc
public enum LoggingMode : NSInteger

Represents extent of logging of SDK activity appropriate to diagnose operations.

  • Error, warning, info and debug logs

    Declaration

    Swift

    case debug
  • Error, warning and info logs

    Declaration

    Swift

    case info
  • Error and warning logs

    Declaration

    Swift

    case warning
  • Error logs only

    Declaration

    Swift

    case error
  • Error, warning, info, debug and verbose logs

    Declaration

    Swift

    case verbose