I use TextWriterTraceListener as a simple logger for an application. I would like the Thread Exit messages to be written to the TraceListener, but I cannot find out how to do this.

Is it possible? And how?

Many thanks

John

link|improve this question
Getting automatic notifications about a thread exit requires a debugger. The unmovable wall you'll hit head-on is that a program cannot debug itself. – Hans Passant Jan 26 at 13:19
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.