LogLevel

public enum LogLevel : Int, Comparable, CustomStringConvertible

Log levels for AppLogger.

  • Undocumented

    Declaration

    Swift

    case none = 0
  • Undocumented

    Declaration

    Swift

    case info
  • Undocumented

    Declaration

    Swift

    case warning
  • Undocumented

    Declaration

    Swift

    case error
  • Emoji representation of the log level.

    Declaration

    Swift

    public var description: String { get }
  • Comparable conformance.

    Declaration

    Swift

    public static func < (lhs: LogLevel, rhs: LogLevel) -> Bool