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.
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.
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit