static void TRTCLog(String tag, String body, {int level = 0}) { TRTCCloudNative.instance.writeLog(level, "tencent_rtc_sdk", tag, body); }