# Log

Allows you to output arbitrary messages and/or variable values in the Robot Scenario Workflow Process. Messages will be available for viewing in the Log panel of the designer application, as well as in the log text files of the robot application.

<table data-header-hidden><thead><tr><th width="245" valign="top"></th><th width="317" valign="top"></th></tr></thead><tbody><tr><td valign="top">Value</td><td valign="top">[Any data type] Numeric, text constant (in quotes), variable name (starting with <code>$</code>), or any expression whose value will be logged in the Robot Scenario Workflow Process. The value can also have a complex data type, such as List, Table, or Dictionary.</td></tr><tr><td valign="top">Take Screenshot</td><td valign="top">Creates a screenshot and saves it in the log folder.</td></tr><tr><td valign="top">Orchestrator. Log</td><td valign="top">If selected, the text will also be logged in the Orchestrator if the connection to it is active.</td></tr><tr><td valign="top">Orchestrator. Screenshot</td><td valign="top">If selected, a screenshot of the screen will be taken. The screenshot will be sent to the Orchestrator if the connection to it is active.</td></tr><tr><td valign="top">Orchestrator. Level</td><td valign="top">The level of the message when sending the log to the Orchestrator.</td></tr><tr><td valign="top">Display in Status</td><td valign="top">If selected, the text will also be displayed in the status at the top of the screen.</td></tr><tr><td valign="top">Screenshot File</td><td valign="top">[Text] Returns the full path to the created screenshot file.</td></tr></tbody></table>
