Agora Java API Reference for Android
Static Public Member Functions | Public Attributes | List of all members
io.agora.rtc2.Constants.LogLevel Enum Reference

The output log level of the SDK. More...

Static Public Member Functions

static int getValue (LogLevel type)
 

Public Attributes

 LOG_LEVEL_NONE =(0x0000)
 
 LOG_LEVEL_INFO =(0x0001)
 
 LOG_LEVEL_WARN =(0x0002)
 
 LOG_LEVEL_ERROR =(0x0004)
 
 LOG_LEVEL_FATAL =(0x0008)
 

Detailed Description

The output log level of the SDK.

Member Data Documentation

◆ LOG_LEVEL_NONE

io.agora.rtc2.Constants.LogLevel.LOG_LEVEL_NONE =(0x0000)

0: Do not output any log information.

◆ LOG_LEVEL_INFO

io.agora.rtc2.Constants.LogLevel.LOG_LEVEL_INFO =(0x0001)

0x0001: (Default) Output FATAL, ERROR, WARN, and INFO level log information. We recommend setting your log filter to this level.

◆ LOG_LEVEL_WARN

io.agora.rtc2.Constants.LogLevel.LOG_LEVEL_WARN =(0x0002)

0x0002: Output FATAL, ERROR, and WARN level log information.

◆ LOG_LEVEL_ERROR

io.agora.rtc2.Constants.LogLevel.LOG_LEVEL_ERROR =(0x0004)

0x0004: Output FATAL and ERROR level log information.

◆ LOG_LEVEL_FATAL

io.agora.rtc2.Constants.LogLevel.LOG_LEVEL_FATAL =(0x0008)

0x0008: Output FATAL level log information.