MessageType
Message category and severity level.
Items 4
History | Name | Value | Description | |
---|---|---|---|---|
136 | MessageOutput | 0 | The message is from the standard output channel. | |
136 | MessageInfo | 1 | The message is from the information channel. | |
136 | MessageWarning | 2 | The message is from the warning channel. | |
136 | MessageError | 3 | The message is from the error channel. |
Description
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.
History 5
- 136 Add MessageWarning
- 136 Add MessageOutput
- 136 Add MessageInfo
- 136 Add MessageError
- 136 Add MessageType