Click or drag to resize

LogEntryRecorded Class

[This is preliminary documentation and is subject to change.]

An informational message sent by a process endpoint regarding the something that has occurred at the station. Information about the criticality of the information should also be given (information, warning, error etc.).
{
  "InformationId": "INF21321321",
  "Message": "Beam 1 Zeroed and Homed",
  "Importance": "Information",
  "Lane": "1",
  "Stage": "STAGE1"
}
Inheritance Hierarchy
SystemObject
  CFXCFXMessage
    CFX.ResourcePerformanceLogEntryRecorded

Namespace:  CFX.ResourcePerformance
Assembly:  CFXnet46 (in CFXnet46.dll) Version: 1.0.5
Syntax
public class LogEntryRecorded : CFXMessage

The LogEntryRecorded type exposes the following members.

Properties
  NameDescription
Public propertyImportance
The relative importance of the log entry
Public propertyInformationId
An endpoint-specific string that defines the nature of the log entry
Public propertyLane
The production lane related to the log entry (where applicable)
Public propertyMessage
A human-friendly description of the log entry
Public propertyStage
Top
See Also