Click or drag to resize
LoggerAddMessage Method (String, Boolean)
Adds an information log message to the logger.

Namespace:  ABB.Robotics.RobotStudio
Assembly:  ABB.Robotics.RobotStudio (in ABB.Robotics.RobotStudio.dll) Version: 7.0.8747.636
Syntax
C#
public static void AddMessage(
	string message,
	bool bringToFront
)

Parameters

message
Type: SystemString
The message to add.
bringToFront
Type: SystemBoolean
Indicates whether the output window should be brought to the foreground then the message is added.
Remarks
This method is thread safe.
Version Information

Supported in: 1.0.0.0
See Also