What is Logging in UiPath?

 

 Logging

Logging is the process of keeping logs of various events that occur during project execution.

There are three types of logs:



_________________

How to do logging?

Logs are applied using the Log Message activity.

 

_________________

Logging

Log message activities should ideally be used:

       At the beginning and the end of every workflow (Log level = Information)

       Each time an exception is caught in a Catch block (Log level = Error)

       Each time a Business Rule Exception is thrown (Log Level = Error)

       When data is read from external sources (for example, log a message at Information level when an Excel file is read)

       In Parallel or Pick activities, log messages on every branch, to trace the branch taken (Log Level = Information)

 





Comments

Popular posts from this blog

UiPath Code Review Checklist – To Perform Effective RPA Code Reviews

What is Robotic Enterprise Framework (RE Framework)?

What is Debugging in UiPath?