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 |
| System.String | module | This parameter is not defined yet and has a fixed value of |