LogLevel

public enum LogLevel : Int

column: 列号

file: 文件名

function: 函数名

line: 行号

  • verbose

    Declaration

    Swift

    case verbose = 0
  • debug

    Declaration

    Swift

    case debug = 1
  • info

    Declaration

    Swift

    case info = 2
  • warning

    Declaration

    Swift

    case warning = 3
  • error

    Declaration

    Swift

    case error = 4