Log

Glossary Item Box

Microsoft Robotics Developer Studio Send feedback on this topic

Log

Log

Log - Icon

The Log service allows your diagrams to write messages to the DSS Console Output service. The Console Output service exposes debug and log messages generated when a DSS node is running. It can be accessed by clicking the hyperlink in the VPL Run dialog or running using Debug Start to run your VPL project and clicking the Debug and Trace Messages hyperlink.

The service provides the following requests.

Request Description
LogInfo Logs an informational message to the console output service.
LogWarning Logs a warning message to the console output service.
LogError Logs an error message to the console output service.

Each of these requests takes two parameters, Message and Category. The Message parameter is used for the text value of the message being logged. The Category parameter can be used in the Console Output service to filter messages. If the Category parameter is not specified then a default Category of LogGroups.Console is used.

 

 

© 2012 Microsoft Corporation. All Rights Reserved.