Click or drag to resize
LoggerRemoveMessage Method
Removes a log message from 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 RemoveMessage(
	LogMessage msg
)

Parameters

msg
Type: ABB.Robotics.RobotStudioLogMessage
The LogMessage to remove.
Remarks
This method is thread safe.
Version Information

Supported in: 1.0.0.0
See Also