LogLevel

public enum LogLevel : Int, Comparable

Enum describing the importance of any given log message

  • Declaration

    Swift

    case fatal
  • Declaration

    Swift

    case error
  • Declaration

    Swift

    case warn
  • Declaration

    Swift

    case info
  • Declaration

    Swift

    case debug
  • Declaration

    Swift

    case verbose