BasicMessage Class
This class contains a basic message.
Namespace:
IntervalZero.MaxRT.Libraries.DebugMessage
Assembly:
IntervalZero.MaxRT.Libraries (in IntervalZero.MaxRT.Libraries.dll) Version: 1.0.0.0 (File version: 1.0.1)
Syntax
public class BasicMessage
The BasicMessage class exposes the following members.
Constructors
|
|
Name | Description |
|---|---|---|
|
|
BasicMessage |
Default constructor.
|
Fields
| Name | Description | |
|---|---|---|
|
|
A flag indicating whether the values should be printed at the end of the message. |
|
|
|
The category of the message. |
|
|
|
The text of the message. |
|
|
|
The severity of the message. |
|
|
|
The timestamp of the message. |
|
|
|
The first value given in the message. |
|
|
|
The second value given in the message. |
|
|
|
The third value given in the message. |
|
|
|
The fourth value given in the message. |
See Also: