Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

21
votes
1answer
10k views

How to define custom TraceListener in app.config

I have implemented a custom trace listener (derived from TextWriteTraceListener) and now I would like to set my application to use it instead of standard TextWriteTraceListener. First I added default ...
5
votes
6answers
2k views

Formatting trace output

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 possible to define a kind of formatter for the ...
6
votes
1answer
487 views

TextWriterTraceListener and trace filenames with GUIDs

I use TextWriterTraceListener (System.Diagnostics) in my application to trace several things like exceptions,... The application is running on a terminal server and if there are many users using it ...