Skip to main content

Output

The Output panel contains the log entries generated by the Debug Print code blocks. Each entry has a hyperlink to highlight the code block that generated that specific log entry.

Example Output log panel

On the top right-side of the panel, there are some additional features that are outlined here.

Output log additional features

Icon/ButtonActionDescription
SearchThe Search icon allows you to type part or all of an item name to narrow the scope of the data listed in the table, or to find a specific element, value, etc.
ClearThe Clear icon allows you to clear the log information in the current panel.
! DownloadThe Download icon allows you to download the logged information to a Comma Separated Values (CSV) file so that you can save the data and open it in a spreadsheet application.
Switch ViewThe Switch View button allows you to switch between showing the messages in chronological order or showing them grouped by Element.

To work with the Output panel:

  1. Click the Output tab.

  2. (Optional) Click in the Search box and type part or all of a term, to narrow the scope of the logged 'Debug Print' code blocks to only those that contain what you typed (as shown in the following figure).

    Example Output log search
    Click image to enlarge it

    Highlight and delete the search term, to reset the log to display all 'Debug Print' code blocks again.

  3. (Optional) Click on a code block in the log to highlight the Debug.Print that generated the message, in the analytic web editor panel, as shown in the following example.

    Example of SFCode Block selected from log

  4. (Optional) Click the Download icon to download and save the log to a CSV file, allowing you to open it in a spreadsheet application for better analyzing.

    The following table provides the format of the columns, along with their descriptions.

    ColumnDescription
    ElementName of the current element from which the message has been generated.
    SeverityThe Diagnostic Code parameter assigned to the Debug Print (see SFHubCodeBlocks reference manual)
    ParentElementName of the parent element. The parent element is a virtual entity maintained by Studio while enumerating Connections.
    TypeAlways 1 for Debug Print
    MessageThe message printed out by the Debug Print
    TimeStampThe timestamp of the generated message
  5. (Optional) Click Switch View to change the display the messages by Element group, as shown in the following figure.

    Output message grouped by Element
    Click image to enlarge it

  6. (Optional) Click the icon

    Cleared Output log panel