Agora Server Gateway SDK C++ API Reference
|
Namespaces | |
namespace | cjson |
Classes | |
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 } |
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 |
The output log level of the SDK.
const uint32_t agora::commons::DEFAULT_LOG_SIZE_IN_KB = 1024 |
The default log size in kb
OPTIONAL_ENUM_CLASS agora::commons::LOG_LEVEL |
The output log level of the SDK.
const uint32_t agora::commons::MAX_LOG_SIZE = 20 * 1024 * 1024 |
const uint32_t agora::commons::MIN_LOG_SIZE = 128 * 1024 |