Table of Contents

Enum MessagePart

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

The role a ConsoleMessagePart plays within a message. A renderer styles each role independently.

public enum MessagePart

Fields

Body = 3

The message text.

Metric = 5

A substituted value span within the body (e.g. a count or duration).

Overlay = 0

Reserved for an overlay region (unused).

StackTrace = 6

An exception stack trace.

Timestamp = 1

A timestamp shown ahead of the message.

Title = 2

A short title / code shown ahead of the body.

Verbose = 4

Additional detail shown only in verbose mode.