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
Assembly: Unity.Services.Vivox.dll
Syntax
public enum VivoxLogLevelFields
| Name | Description | 
|---|---|
| All | All logging available | 
| Debug | Up to debug logging | 
| Error | Error logging | 
| Info | Up to info logging | 
| None | No logging at all | 
| Trace | Up to trace logging | 
| Warning | Up to warning logging |