Exam UiARD All QuestionsBrowse all questions from this exam
Question 169

A developer is automating a production level process in the Robotic Enterprise (RE) Framework. Based on best practices, when should the developer log a meaningful message with the Logging Level as "Information"?

    Correct Answer: A

    In the context of the Robotic Enterprise (RE) Framework, logging a meaningful message with the Logging Level as 'Information' each time an exception is caught in a Catch block ensures that the process is well-documented and any exceptions are traceable. This approach is aligned with best practices for monitoring and debugging in automated workflows. Logging every use of a variable or argument, or every data read, would be excessive and could clutter the logs, making it harder to identify meaningful information.

Discussion
schnakicoolOption: C

I think C is correct