setLogLevel method
Sets the log level for the Sendbird Chat SDK.
level
: the log level to set
Implementation
void setLogLevel(LogLevel level) {
SendbirdChat.setLogLevel(level);
}
Sets the log level for the Sendbird Chat SDK.
level
: the log level to set
void setLogLevel(LogLevel level) {
SendbirdChat.setLogLevel(level);
}