In my C# .NET application I have an issue with the Trace.WriteLine()-method. I uses this method alot, and want to add a TimeStamp every time I use it.
Instead of Tra
You can set the app.config file to use a timestamp (relative and current time) for all trace listeners using the traceOutputOptions
app.config
traceOutputOptions
traceOutputOptions = "DateTime, Timestamp";