Hello,
I have a script tool that I use 'Add Message' to indicate progress during tool execution. I would like to also write everything that I am writing to a text/log file. I know I can do this manually by use a separate standard Python logfile.write process, but wanted to see if anyway to either capture messages at one time
Thanks!
Neal