Enum LogVerbosityLevel
The verbosity level used in editor and console logs.
Namespace: UnityEditor.TestTools.CodeCoverage
Syntax
public enum LogVerbosityLevel : int
Fields
Name | Description | Value |
---|---|---|
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. |