In the Robotic Enterprise (RE) Framework, at which point should a developer log a clear message with the Logging Level set to "Information," adhering to the best practices for automating a production-level process?

In the Robotic Enterprise (RE) Framework, at which point should a developer log a clear message with the Logging Level set to "Information," adhering to the best practices for automating a production-level process?
A . Whenever an argument or value is used.
B . Whenever data is fetched from external sources.
C . Whenever an exception is caught in a Catch block.
D . Whenever the robot encounters an error on a Queue Item.

Answer: C

Explanation:

Logging Level “Information” is used to log general information about the process execution, such as the start and end of a transaction1. When an exception is caught in a Catch block, the developer should log a clear message with this level to indicate the type and source of the error, and the action taken to handle it2.

https://docs.uipath.com/studio/standalone/2023.4/user-guide/logging-levels

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments