Agora Java API Reference for Android
|
Static Public Member Functions | |
static int | getValue (RtmLogLevel level) |
Public Attributes | |
NONE =(0x0000) | |
INFO =(0x0001) | |
WARN =(0x0002) | |
ERROR =(0x0004) | |
FATAL =(0x0008) | |
The log level for rtm sdk.
io.agora.rtm.RtmConstants.RtmLogLevel.NONE =(0x0000) |
0x0000: No logging.
io.agora.rtm.RtmConstants.RtmLogLevel.INFO =(0x0001) |
0x0001: Informational messages.
io.agora.rtm.RtmConstants.RtmLogLevel.WARN =(0x0002) |
0x0002: Warnings.
io.agora.rtm.RtmConstants.RtmLogLevel.ERROR =(0x0004) |
0x0004: Errors.
io.agora.rtm.RtmConstants.RtmLogLevel.FATAL =(0x0008) |
0x0008: Critical errors that may lead to program termination.