LogLevel

public enum LogLevel : String

You can specify log levels when calling any of the log functions of Logger

  • Declaration

    Swift

    case debug = "D"
  • Declaration

    Swift

    case info = "I"
  • Declaration

    Swift

    case verbose = "V"
  • Declaration

    Swift

    case error = "E"
  • Declaration

    Swift

    case warn = "W"