DittoLogLevel

public enum DittoLogLevel : Int

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

  • Log type error

    Declaration

    Swift

    case error = 1
  • Log type warning

    Declaration

    Swift

    case warning = 2
  • Log type info

    Declaration

    Swift

    case info = 3
  • Log type debug

    Declaration

    Swift

    case debug = 4
  • Log type verbose

    Declaration

    Swift

    case verbose = 5