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
TextWriterTraceListener
Not really an answer to your question but have you considered just using log4Net?
You can configure it to add times etc, along with a vast amount of other useful functionality.