LogLevel

public enum LogLevel

The log level

  • A log representing things like state transitions and connectivity changes

    Declaration

    Swift

    case info
  • A log representing an error condition

    Declaration

    Swift

    case error