Hi Rashmi, there are mainly 2 types of logs in UiPath studio:
1. Default Log or System Generated Log: These logs are generated by default when the execution of a project starts and ends, when a system error occurs and the execution stops, or when the logging settings are configured to log the execution of every activity. The events logged by this category are:
-
Execution Start is generated every time a process is started.
-
Execution End is generated every time a process is finalized.
-
Transaction Start is generated every time a transaction within a process is started.
-
Transaction End is generated every time a transaction within a process is finalized.
-
Error Log is generated every time the execution encounters an error and stops.
-
Debugging Log is generated if the Robot Logging Setting is set to Verbose and contains, activity names, types, variable values, arguments etc.
2. User Generated Log: These logs are generated according to the process designed by the user in Studio, when using the Log Message activity or the Write Line activity.