Writing to the debug log
-
- UpdatedAug 1, 2024
- 2 minutes to read
- Xanadu
- API implementation
To write to the debug log in your client-side JavaScript, or UI policies, make a call
to the global function jslog()
.
jslog()
in
JavaScript:Additionally, when client scripts run, the name of the client script and timing information is displayed. This can be useful in determining which scripts are running and whether they are impacting performance.
Debug UI policies
Enabling the glide.ui.ui_policy_debug property lets you monitor the processing of UI actions.
Access the JavaScript log
JavaScript that runs on the browser, such as client scripts, can include a call to jslog() to send information to the JavaScript Log. Users with the admin role can access this log.
Before you begin
Role required: admin
About this task
Procedure