Click or drag to resize
LoggerGetMessages Method (String)
Returns all log messages with the specified category.

Namespace:  ABB.Robotics.RobotStudio
Assembly:  ABB.Robotics.RobotStudio (in ABB.Robotics.RobotStudio.dll) Version: 7.0.8747.636
Syntax
C#
public static LogMessage[] GetMessages(
	string category
)

Parameters

category
Type: SystemString

Return Value

Type: LogMessage
Remarks
This method is thread safe.
Version Information

Supported in: 1.0.0.0
See Also