TextWriterTraceListener myWriter = new
TextWriterTraceListener(System.Console.Out);
Trace.Listeners.Add(myWriter);
in my client app, everything shows up in the output window. I have that same code in my web service constructor, but nothing shows up in the output window... I hate having to write to a log file, any ideas?
Sedgewick
Star
8400 Points
1680 Posts
Trace listeners in my web service not working!
Apr 22, 2004 02:34 AM|LINK