LogType

public struct LogType : OptionSet

日志类型枚举

  • Declaration

    Swift

    public let rawValue: UInt
  • 错误类型

    Declaration

    Swift

    public static let error: LogType
  • 警告类型

    Declaration

    Swift

    public static let warn: LogType
  • 信息类型

    Declaration

    Swift

    public static let info: LogType
  • 调试类型

    Declaration

    Swift

    public static let debug: LogType
  • 详细类型

    Declaration

    Swift

    public static let verbose: LogType
  • Declaration

    Swift

    public init(rawValue: UInt)