Table of Contents

Enum Severity

Namespace
Dassie.Messages
Assembly
dc.dll

Specifies the severity of a message.

public enum Severity
Extension Methods

Fields

BuildLogMessage = 3

A diagnostic build log message that is not caused by an error in the code.

Error = 2

An error message.

Information = 0

An informative message.

Warning = 1

A warning message.