Enum NativeLoggingSeverity
Represents the severity level for native logging output.
Namespace: Unity.WebRTC
Assembly: Unity.WebRTC.dll
Syntax
public enum NativeLoggingSeverity
Fields
Name | Description |
---|---|
Error | Error messages indicating failures. |
Info | Informational messages only. |
None | Disables native logging output. |
Verbose | Verbose logging, includes all details. |
Warning | Warnings about potential issues. |