public static class AgoraRtcService.LogLevel
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
RTC_LOG_ALERT
Alert log level
|
static int |
RTC_LOG_CRIT
Crit log level
|
static int |
RTC_LOG_DEBUG
Debug log level
|
static int |
RTC_LOG_DEFAULT
Default log level
|
static int |
RTC_LOG_EMERG
Emerg log level
|
static int |
RTC_LOG_ERROR
Error log level
|
static int |
RTC_LOG_INFO
Info log level
|
static int |
RTC_LOG_NOTICE
Notice log level, default log level is notice
|
static int |
RTC_LOG_WARNING
Warning log level
|
Constructor and Description |
---|
LogLevel() |
public static final int RTC_LOG_DEFAULT
public static final int RTC_LOG_EMERG
public static final int RTC_LOG_ALERT
public static final int RTC_LOG_CRIT
public static final int RTC_LOG_ERROR
public static final int RTC_LOG_WARNING
public static final int RTC_LOG_NOTICE
public static final int RTC_LOG_INFO
public static final int RTC_LOG_DEBUG