Method SetLogLevel
- Namespace
- DSharpPlus
- Assembly
- DSharpPlus.dll
SetLogLevel(LogLevel)
Sets the log level for the default logger, should it be used.
public DiscordClientBuilder SetLogLevel(LogLevel minimum)
Parameters
minimum
LogLevel
Returns
- DiscordClientBuilder
The current instance for chaining.
Remarks
This does not affect custom logging configurations.