Click or drag to resize

LogEntryRecorded Class

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": {
    "StageSequence": 1,
    "StageName": "STAGE1",
    "StageType": "Work"
  }
}
Inheritance Hierarchy
SystemObject
  CFXCFXMessage
    CFX.ResourcePerformanceLogEntryRecorded

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

The LogEntryRecorded type exposes the following members.

Constructors
 NameDescription
Public methodLogEntryRecorded Default constructor
Top
Properties
 NameDescription
Public propertyAdditionalData

** NOTE: ADDED in CFX 1.4 **

Optional additional data depending on the machine type
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