Logging in UIpath using Log message

Hi All,

How can we maintain a seperate log file (text file) using log message activity.
I have multiple log message in my workflow,i just want to write those in seperate text file and not in execution logs.

Possible? if yes…how?

Any help…appreciated!!

Thanks,
Paresh

hi @Paresh

Steps
1.Use Log Message Activity and stored that in a string variable
2.Use Write Text File Activity to write the logs in the text

Thanks
Ashwin S

LogWriting.xaml (8.3 KB)

Find the attached Xaml. This might help you . Where ever you use log Message activity, Use this XAML.

@AshwinS2 @karthick… Thanks a lot for reply.

I will try this…!!

Thanks,
Paresh