MBXLoggingLevel

enum MBXLoggingLevel : NSInteger {}

State level of a log message.

  • Verbose log data to understand how the code executes.

    Declaration

    Objective-C

    MBXLoggingLevelDebug
  • Normal application behavior.

    Declaration

    Objective-C

    MBXLoggingLevelInfo
  • To log a situation that might be a problem, or an unusual situation.

    Declaration

    Objective-C

    MBXLoggingLevelWarning
  • A log message providing information when a significant error occurred.

    Declaration

    Objective-C

    MBXLoggingLevelError