Table of Contents

Enum MessageKind

Namespace
RDCore.SDK.ConsoleIO.Model
Assembly
RDCore.SDK.dll

The severity / intent of a console message. Selects the icon and accent style a renderer applies.

public enum MessageKind

Fields

Error = 3

A failure.

Information = 1

Neutral progress or status information.

Success = 4

A completed operation worth confirming.

Trace = 0

Diagnostic detail; the lowest-priority kind.

Warning = 2

A recoverable problem the user should notice.