Agora Java API Reference for Android
Static Public Member Functions | Public Attributes | List of all members
io.agora.rtm.RtmConstants.RtmLogLevel Enum Reference

Static Public Member Functions

static int getValue (RtmLogLevel level)
 

Public Attributes

 NONE =(0x0000)
 
 INFO =(0x0001)
 
 WARN =(0x0002)
 
 ERROR =(0x0004)
 
 FATAL =(0x0008)
 

Detailed Description

The log level for rtm sdk.

Member Data Documentation

◆ NONE

io.agora.rtm.RtmConstants.RtmLogLevel.NONE =(0x0000)

0x0000: No logging.

◆ INFO

io.agora.rtm.RtmConstants.RtmLogLevel.INFO =(0x0001)

0x0001: Informational messages.

◆ WARN

io.agora.rtm.RtmConstants.RtmLogLevel.WARN =(0x0002)

0x0002: Warnings.

◆ ERROR

io.agora.rtm.RtmConstants.RtmLogLevel.ERROR =(0x0004)

0x0004: Errors.

◆ FATAL

io.agora.rtm.RtmConstants.RtmLogLevel.FATAL =(0x0008)

0x0008: Critical errors that may lead to program termination.