Method ConfigureNativeLogging
ConfigureNativeLogging(bool, NativeLoggingSeverity)
Configure native logging settings for WebRTC.
Declaration
public static void ConfigureNativeLogging(bool enableNativeLogging, NativeLoggingSeverity nativeLoggingSeverity)
Parameters
Type | Name | Description |
---|---|---|
bool | enableNativeLogging | Enables or disable native logging. |
NativeLoggingSeverity | nativeLoggingSeverity | Sets the native logging level. |