setLogLevel

fun setLogLevel(level: LogLevel)

Set the log level for SDK tracing. Controls what gets logged to Logcat.

Code Example:


VideoSDK.setLogLevel(LogLevel.DEBUG)

Parameters

level

the desired LogLevel