LogLevel

public enum LogLevel: UInt8

Log level. The default log level for all domains is warning. The log levels here are tentative and subject to change.

  • Undocumented

    Declaration

    Swift

    case debug = 0
  • Undocumented

    Declaration

    Swift

    case verbose
  • Undocumented

    Declaration

    Swift

    case info
  • Undocumented

    Declaration

    Swift

    case warning
  • Undocumented

    Declaration

    Swift

    case error
  • Undocumented

    Declaration

    Swift

    case lastWriteWins