Ⓜ️Error Logging

Custom error logging classs

What is Error Logging?

Error logs record RSIObjects errors that occur during the execution of code so you can target problems when debugging.

Error Logging Overview

All RSIObjects have error logs. This utility helps to trace errors when a program fails and aids in debugging.

Observe the below sample code to learn how to catch and display error logs.

Last updated