Enum BuildLogSeverity
- Namespace
- Dassie.Extensions
- Assembly
- dc.dll
The error severities at which a IBuildLogWriter or IBuildLogDevice is active.
public enum BuildLogSeverity
- Extension Methods
Fields
All = 14Active on all kinds of compiler messages.
Error = 8Active on errors.
Important = 12Active on warnings and errors.
Message = 2Active on information messages.
Warning = 4Active on warnings.