Hi,
When using MS SDK with C# I am getting messages written to console like this for each RunCode:
11/03/2021 17:12:20:830 - Started Macro
11/03/2021 17:12:20:847 - Finished Macro
If running a lot of macros it can affect performance and it also makes debugging more difficult.
Is there a way to switch off these console logs?
Thanks
MS SDK stop console output
Moderators: JRL, Dorian (MJT support)
- Marcus Tettmar
- Site Admin
- Posts: 7395
- Joined: Thu Sep 19, 2002 3:00 pm
- Location: Dorset, UK
- Contact:
Re: MS SDK stop console output
Try passing this in 'parms' to RunCode or RunScript:
Code: Select all
/LOGFILE=\dev\nul
Marcus Tettmar
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar
Did you know we are now offering affordable monthly subscriptions for Macro Scheduler Standard?
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar
Did you know we are now offering affordable monthly subscriptions for Macro Scheduler Standard?
Re: MS SDK stop console output
This works, thanks. 
