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

Copy
public class BasicMessage

 

The BasicMessage class exposes the following members.

Constructors

 

Name Description

Public method

BasicMessage
Default constructor.

Fields

  Name Description

Public field

AppendValues

A flag indicating whether the values should be printed at the end of the message.

Public field

Category

The category of the message.

Public field

Message

The text of the message.

Public field

Severity

The severity of the message.

Public field

Timestamp

The timestamp of the message.

Public field

Value0

The first value given in the message.

Public field

Value1

The second value given in the message.

Public field

Value2

The third value given in the message.

Public field

Value3

The fourth value given in the message.

See Also: