TRTC_LOG_LEVEL_DEBUG property Null safety

int TRTC_LOG_LEVEL_DEBUG
final

输出 DEBUG,INFO,WARNING,ERROR 和 FATAL 级别的 Log

Implementation

// ignore: non_constant_identifier_names
static final int TRTC_LOG_LEVEL_DEBUG = 1;