LogLevel

public enum LogLevel : Int

An enum to represent the avialable levels of verbosity for logging.

  • Undocumented

    Declaration

    Swift

    case none = 0
  • Undocumented

    Declaration

    Swift

    case normal = 1
  • Undocumented

    Declaration

    Swift

    case verbose = 2