OfflineODataClientLogLevelInternal

@objc
public enum OfflineODataClientLogLevelInternal : Int

Offline OData client log levels

  • No logging

    Declaration

    Swift

    case None = 1
  • Fatal error

    Declaration

    Swift

    case Fatal = 2
  • Error

    Declaration

    Swift

    case Error = 3
  • Warning

    Declaration

    Swift

    case Warning = 4
  • Information

    Declaration

    Swift

    case Info = 5
  • Debug information

    Declaration

    Swift

    case Debug = 6
  • All

    Everything

    Declaration

    Swift

    case All = 7