MessageType

A message can be a simple diagnostic or a sign of a system instability or failure. The channel that the message appears in indicates its severity. The MessageType indicates which channel the message displays in.

Items

NameValueSummary
MessageOutput0

The message is from the standard output channel.

MessageInfo1

The message is from the information channel.

MessageWarning2

The message is from the warning channel.

MessageError3

The message is from the error channel.

On this page