Click or drag to resize
SyncLogMessage Structure
Represents a log message from the RAPIDSync system. The log message can be translated and displayed to the user, and also treated programmatically. The SyncLogMessage contains a list of strings which should be combined with a translated message to make it complete. It can for example be the location and name of a data declaration that has been created using RAPIDSync.

Namespace:  ABB.Robotics.RobotStudio.Stations
Assembly:  ABB.Robotics.RobotStudio.Stations (in ABB.Robotics.RobotStudio.Stations.dll) Version: 7.0.8747.636
Syntax
C#
public struct SyncLogMessage

The SyncLogMessage type exposes the following members.

Properties
  NameDescription
Public propertyId
Gets a code the describes the type of message.
Public propertySeverity
Gets the severity of the message. The severity ranges from informational to fatal error.
Public propertyStringArguments
Gets the string arguments of this message instance.
Top
Methods
  NameDescription
Public methodEquals (Inherited from ValueType.)
Public methodGetHashCode (Inherited from ValueType.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from ValueType.)
Top
Version Information

Supported in: 1.0.0.0
See Also