Enum LogVerbosityLevel
The verbosity level used in editor and console logs.
Namespace: UnityEditor.TestTools.CodeCoverage
Assembly: Unity.TestTools.CodeCoverage.Editor.dll
Syntax
public enum LogVerbosityLevel
Fields
| Name | Description |
|---|---|
| Error | Only Errors will be printed in Error. |
| Info | Logs, Warnings and Errors will be printed in Info. |
| Off | No logs will be printed in Off. |
| Verbose | All logs will be printed in Verbose. |
| Warning | Warnings and Errors will be printed in Warning. |