System.diagnostics.tracelistener -
12-22-2005
, 04:22 AM
Hi,
I'm developing an test form to test several classes i've build.
Within those classes i've wrote a lot of trace messages in verbose mode.
Within my test form i've created a TextBoxTraceListener.
The thing is that even if i use trace.autoflush = true, or even when i
explicitly call the trace.flush method, in some cases the messages are not
send to the trace listener. The same thing happens when i use a
TextwriterTraceListner, the same problem! Does anyone know what is causing
this problem, or knows the solution ?
Any help would be appriciated!!
Thanks in advance
Rob |