I\'m using TextWriterTraceListener
to log diagnostics messages to a text file. However I wan\'t also to log a timestamp of every trace message added. Is it poss
I recently encountered similar situation and it looks like now we have a tool very much fit for the task, namely Essential Diagnostics. You set up a listener in app.config like in code below and then just place Essential.Diagnostics.dll
into the same folder. NO RECOMPILING IS REQUIRED. You can use this with any applications that uses System.Diagnostics for tracing, even if you do not own the source. Isn't that marvelous?