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

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
)

Parameters

text
Type: SystemString
The message text.
category
Type: SystemString
The message category.
Version Information

Supported in: 1.0.0.0
See Also