DiscordLogLevel

public enum DiscordLogLevel

Represents the level of verbosity for the logger.

  • Log nothing.

    Declaration

    Swift

    case none
  • Log connecting, disconnecting, events (but not content), etc.

    Declaration

    Swift

    case info
  • Log content of events.

    Declaration

    Swift

    case verbose
  • Log everything.

    Declaration

    Swift

    case debug