However, in the log it is hard to match end of job details to the jobs they refer to. For example the log might show something like:
2013.06.17 07:25:05.802 Info: Watcher processing X:\WatchFolder1\Report1.xml... 2013.06.17 07:26:28.836 Info: Watcher processing X:\WatchFolder2\Report2.xml... 2013.06.17 07:30:04.705 Detail: Watcher process finished with output: ... 2013.06.17 07:33:31.467 Detail: Watcher process finished with output: ...
To match the details with the xml file run we need to know what is inside the xml and hence we can't automatically analyse the log and derive the running times for reports. Could the xml file name be added to the detail line? For example: 2013.06.17 07:30:04.705 Detail (X:\WatchFolder1\Report1.xml): Watcher process finished with output: