Debugging

  • Class with static methods to customize the logging behavior from Ditto.

    See more

    Declaration

    Objective-C

    @interface DITLogger : NSObject
  • All of the error code values for NSError‘s with the DITDomain domain.

    See more

    Declaration

    Objective-C

    enum DITErrorCode : NSInteger {}
  • Undocumented

    Declaration

    Objective-C

    FOUNDATION_EXPORT NSString *__nonnull const DITDomain
  • Provides a view into the state of the transports being used by Ditto at a point in time.

    See more

    Declaration

    Objective-C

    @interface DITTransportDiagnostics : NSObject
  • Provides information about a given transport at a point in time.

    See more

    Declaration

    Objective-C

    @interface DITTransportSnapshot : NSObject
  • The log level types that DittoObjC supports.

    See more

    Declaration

    Objective-C

    enum DITLogLevel : NSUInteger {}
  • The different conditions that a transport can be in at a point in time.

    See more

    Declaration

    Objective-C

    enum DITTransportCondition : NSUInteger {}
  • The subsystem which is reporting a condition change.

    See more

    Declaration

    Objective-C

    enum DITConditionSource : NSUInteger {}
  • Undocumented

    Declaration

    Objective-C

    extern double DittoObjCVersionNumber
  • Undocumented

    Declaration

    Objective-C

    extern const unsigned char DittoObjCVersionString[]