C
CGuy
Hi,
I have a question. I have implemented a custom trace listener (derived from
the TextWriterTraceListener type).
Now, I add this custom trace listener to the list of listeners and then call
a Trace.Indent() before I write to the trace. But the file produced by my
CustomTraceListener does not indent the text. How do I do this?
CGuy
I have a question. I have implemented a custom trace listener (derived from
the TextWriterTraceListener type).
Now, I add this custom trace listener to the list of listeners and then call
a Trace.Indent() before I write to the trace. But the file produced by my
CustomTraceListener does not indent the text. How do I do this?
CGuy