◆ RTC_LOG_ALERT
final int io.agora.rtc.AgoraRtcService.LogLevel.RTC_LOG_ALERT = 2 |
|
static |
2: Output logs of the EMEG and ALERT level. We recommend setting your log filter as this level.
◆ RTC_LOG_CRIT
final int io.agora.rtc.AgoraRtcService.LogLevel.RTC_LOG_CRIT = 3 |
|
static |
3: Output logs of the EMEG, ALERT, and CRIT level. We recommend setting your log filter as this level.
◆ RTC_LOG_DEBUG
final int io.agora.rtc.AgoraRtcService.LogLevel.RTC_LOG_DEBUG = 8 |
|
static |
8: Output all API logs. Set your log filter as DEBUG if you want to get the most complete log file.
◆ RTC_LOG_DEFAULT
final int io.agora.rtc.AgoraRtcService.LogLevel.RTC_LOG_DEFAULT = 0 |
|
static |
0: (Default) The same as RTC_LOG_NOTICE.
◆ RTC_LOG_EMERG
final int io.agora.rtc.AgoraRtcService.LogLevel.RTC_LOG_EMERG = 1 |
|
static |
1: Output logs of the EMEG level. We recommend setting your log filter as this level.
◆ RTC_LOG_ERROR
final int io.agora.rtc.AgoraRtcService.LogLevel.RTC_LOG_ERROR = 5 |
|
static |
5: Output logs of the EMEG, ALERT, CRIT, ERROR, and WARNING level. We recommend setting your log filter as this level.
◆ RTC_LOG_INFO
final int io.agora.rtc.AgoraRtcService.LogLevel.RTC_LOG_INFO = 7 |
|
static |
7: Output logs of the EMEG, ALERT, CRIT, ERROR, WARNING, NOTICE, and INFO level. We recommend setting your log filter as this level.
◆ RTC_LOG_NOTICE
final int io.agora.rtc.AgoraRtcService.LogLevel.RTC_LOG_NOTICE = 6 |
|
static |
6: Output logs of the EMEG, ALERT, CRIT, ERROR, WARNING, and NOTICE level. We recommend setting your log filter as this level.
◆ RTC_LOG_WARNING
final int io.agora.rtc.AgoraRtcService.LogLevel.RTC_LOG_WARNING = 4 |
|
static |
4: Output logs of the EMEG, ALERT, CRIT, and ERROR level. We recommend setting your log filter as this level.
The documentation for this class was generated from the following file: