0
votes
votes
1 answers
Prefix all debug messages with timestamp?
I have a large application that has many Debug.WriteLine's in it. In debug builds a file is opened at program startup and a TraceListener is added to the Debug class. I want to alter this program so that all debug lines written to the d ...
