- Getting Started
- Demo apps
- How To
- Notifications
- Using VB Expressions
- Designing your App
- Designing your app with Autopilot
- Events and Rules
- Rule: If-Then-Else
- Rule: Open a Page
- Rule: Open URL
- Rule: Close Pop-Over/Bottom Sheet
- Rule: Log Message
- Rule: Show Message
- Rule: Show/Hide Spinner
- Rule: Set Value
- Rule: Start Process
- Rule: Reset Values
- Rule: Upload File to Storage Bucket
- Rule: Download File From Storage Bucket
- Rule: Create Entity Record
- Rule: Update Entity Record
- Rule: Delete Entity Record
- Rule: Add to Queue
- Rule: Trigger workflow
- Rule: Submit Action
- Leveraging RPA in your App
- Leveraging Entities in Your App
- Leveraging Queues in Your App
- Leveraging Media in your app
- Leveraging Actions in your app
- Leveraging Connections in your apps
- Apps in Studio Web
- Application Lifecycle Management (ALM)
- UiPath® First-Party Apps
- Basic Troubleshooting Guide

Apps User Guide
Debug Apps
You can use the in-app logging mechanism during runtime to capture and download a debug log file to your machine. The debug log uses the JSON format.
There are two logging levels available:
-
Info: Logs functional and high-level business-oriented data such as operation start, operation end etc.
-
Trace: Logs highly detailed and granular data across every step of the application process and system flow.
To access the in-app logger:
-
Run your app.
-
Use the Shift + 4 keyboard shortcut to activate the debugger.
-
Select Record. The debug logger starts.
To download the log file to your machine when you are done testing your app:
-
Select the Stop button.
-
Select the Download button.
combined.log
file. In this scenario, the Download button does not display.