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

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,
	string helpTopic
)

Parameters

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

Supported in: 1.0.0.0
See Also