VerbosityLevel enumeration
The level of verbosity used during logging.
public enum VerbosityLevel
Values
| name | value | description |
|---|---|---|
| None | 0 |
Discards any log messages. |
| Error | 1 |
Logs error messages that are not recoverable. |
| Warning | 2 |
Logs warnings highlighting an abnormal or unexpected event. |
| Info | 3 |
Logs informational messages. |
| Debug | 4 |
Logs messages that are useful for debugging. |
| Exhaustive | 5 |
Logs the most detailed messages. |
See Also
- namespace Microsoft.Coyote.Logging
- assembly Microsoft.Coyote