IoT SDK for Linux v1.8.0
|
#include <agora_rtc_api.h>
Data Fields | |
bool | log_disable |
bool | log_disable_desensitize |
rtc_log_level_e | log_level |
const char * | log_path |
SDK log configuration.
bool log_disable |
Whether to disable logs.
bool log_disable_desensitize |
Whether to disable log desensitization.
rtc_log_level_e log_level |
The log level.
const char* log_path |
Path to the location of the SDK logfile. If you set log_path
to NULL, the logfile is in the pwd
location.