Show / Hide Table of Contents

Interface ITRTCLogCallback

Log callbacks

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

Methods

onLog(String, TRTCLogLevel, String)

14.1 Callback for printing logs

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

Logs

TRTCLogLevel level

Log level. For details, see TRTCLogLevel.

System.String module

This parameter is not defined yet and has a fixed value of TXLiteAVSDK currently.

In This Article
Back to top Generated by DocFX