TheCodeArtist / Active-Window-Logger

Smartly log the active foreground window of the system to transparently capture usage analytics.
25 stars 2 forks source link

Abort / Retry / Ignore if export to csv file fails #11

Open TheCodeArtist opened 8 years ago

TheCodeArtist commented 8 years ago

Gracefully handle any exceptions while writing to the csv file.

Currently one known problem is an unhandled runtime exception when attempting to write to the csv if it already exists and is open in another program like EXCEL.