3) Log Message

We can log messages to Output window using Log Message Activity. So that we trace the steps of Robot incase trouble shooting is needed. 

If we are using Orchestrator web application to control your robots these log messages will accumulate in the Orachestrator log mechanism. This logging mechanism is called are Elastic search. 

Steps: Inside Flowchart, add Message box and then a Log Message activities

In properties pane we can specify level of Log message. There are 
1) Fatal
2) Error
3) Warn : Warning 
4) Info : Informational
5) Trace: Simply trace of steps your robot is performing


Once we hit Run. We see messages in Output window

                        

BlankProcess here is the name of the Process
  • We can get time stamps of log messages bu clicking on watch icon
  • We can clear log messages by clicking of  red X icon

These Log messages will wind up in Orachestrator logging mechanism.

No comments:

Post a Comment

Sequence and Flowcharts

  UiPath recommends that the first part of the Robot should start with Flowchart or Sequence. We can nest Sequence inside Sequence, Flowchar...