Agora C++ API Reference for All Platforms
|
Namespaces | |
cjson | |
network | |
Classes | |
class | ILogWriter |
struct | LogConfig |
Enumerations | |
enum | LOG_FILTER_TYPE { LOG_FILTER_OFF = 0, LOG_FILTER_DEBUG = 0x080f, LOG_FILTER_INFO = 0x000f, LOG_FILTER_WARN = 0x000e, LOG_FILTER_ERROR = 0x000c, LOG_FILTER_CRITICAL = 0x0008, LOG_FILTER_MASK = 0x80f } |
Variables | |
OPTIONAL_ENUM_CLASS | LOG_LEVEL |
const uint32_t | MAX_LOG_SIZE = 20 * 1024 * 1024 |
const uint32_t | MIN_LOG_SIZE = 128 * 1024 |
const uint32_t | DEFAULT_LOG_SIZE_IN_KB = 1024 |
OPTIONAL_ENUM_CLASS agora::commons::LOG_LEVEL |
Supported logging severities of SDK
const uint32_t agora::commons::MAX_LOG_SIZE = 20 * 1024 * 1024 |
const uint32_t agora::commons::MIN_LOG_SIZE = 128 * 1024 |
const uint32_t agora::commons::DEFAULT_LOG_SIZE_IN_KB = 1024 |
The default log size in kb