Click or drag to resize
LogMessage Constructor (String, String, LogMessageSeverity)
Initializes a new instance of the LogMessage class with the specified message text, category and severity.

Namespace:  ABB.Robotics.RobotStudio
Assembly:  ABB.Robotics.RobotStudio (in ABB.Robotics.RobotStudio.dll) Version: 7.0.8747.636
Syntax
C#
public LogMessage(
	string text,
	string category,
	LogMessageSeverity severity
)

Parameters

text
Type: SystemString
The message text.
category
Type: SystemString
The message category.
severity
Type: ABB.Robotics.RobotStudioLogMessageSeverity
The severity of the message.
Version Information

Supported in: 1.0.0.0
See Also