Hello,
I have created a Library in order to log Try Catch exceptions across my Project.
The library has an in parameter of type Exception and it logs the exception by adding fields such as Exception Message, Source, InnerException(if Any).
The problem is that in the Orchestrator Job Logs section the messages logged using this Library are not shown but in the local logs file of the robot virtual machine they appear.
Do you have any ideas why this behaviour?
Thanks in advance