Paresh
(Paresh)
April 30, 2018, 12:07pm
1
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
AshwinS2
(Ashwin S)
April 30, 2018, 1:16pm
2
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
karthick
(Karthick)
April 30, 2018, 1:53pm
3
LogWriting.xaml (8.3 KB)
Find the attached Xaml. This might help you . Where ever you use log Message activity, Use this XAML.
Paresh
(Paresh)
May 2, 2018, 6:05am
4
@AshwinS2 @karthick … Thanks a lot for reply.
I will try this…!!
Thanks,
Paresh