Code:
log using mylog.log, replace di "Started at $S_TIME." foreach task of local tentasks {
qui do task.do
* each task.do manipulates datasets * using a loop which calls ~200 times the command getdataset, * which is a user-written ado from my company
di "...`task' completed at $S_TIME."
} di "All tasks completed."
Thus, instead of having a log with just a few lines of timestamps, I end up with a flood of the same disclaimer printed 10*200 times. I would like to circumvent this but I cannot edit the getdataset ado. Any suggestions?
Thanks for any advice!
0 Response to quietly use ado which insists in noisily displaying
Post a Comment