Show / Hide Table of Contents

Interface ITRTCLogCallback

日志相关回调

Namespace: trtc
Assembly: cs.temp.dll.dll
Syntax
public interface ITRTCLogCallback

Methods

onLog(String, TRTCLogLevel, String)

14.1 有日志打印时的回调

Declaration
void onLog(string log, TRTCLogLevel level, string module)
Parameters
Type Name Description
System.String log

日志内容

TRTCLogLevel level

日志等级 参见 TRTCLogLevel

System.String module

暂无具体意义,目前为固定值 TXLiteAVSDK

In This Article
Back to top Generated by DocFX