v16.0.1
2020.3+
Enum VivoxLogLevel
The log level for the Vivox SDK. Log level order from least to most verbose: None -> Error -> Warning -> Info -> Debug -> Trace -> All
Namespace: Unity.Services.Vivox
Syntax
public enum VivoxLogLevelFields
| Name | Description | Value |
|---|---|---|
| Error | Error logging | 0 |
| Info | Up to info logging | 2 |
| Debug | Up to debug logging | 3 |
| All | All logging available | 5 |
| None | No logging at all | |
| Warning | Up to warning logging | 1 |
| Trace | Up to trace logging | 4 |