Table of Contents

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 = 14

Active on all kinds of compiler messages.

Error = 8

Active on errors.

Important = 12

Active on warnings and errors.

Message = 2

Active on information messages.

Warning = 4

Active on warnings.