DittoLogLevel

@objc
public enum DittoLogLevel : Int

Enum that maps to an appropiate prefix for a log message.

  • Log type verbose

    Declaration

    Swift

    case verbose = 0
  • Log type debug

    Declaration

    Swift

    case debug = 1
  • Log type info

    Declaration

    Swift

    case info = 2
  • Log type warning

    Declaration

    Swift

    case warning = 3
  • Log type error

    Declaration

    Swift

    case error = 4