>From memory you use the Trace class directly
Trace.WriteLine("bla bla");On Fri, Jan 8, 2016 at 9:18 AM, Greg Keogh <[email protected]> wrote: > Folks, ever since the TraceSource > <https://msdn.microsoft.com/en-us/library/system.diagnostics.tracesource(v=vs.100).aspx> > class was invented, I have never seen it work. I have created a tiny > solution with a Console app and a config file that adds some listeners to a > TraceSource, but nothing comes out on the console or in the log file. Can > anyone see what's wrong? Get the zip here: > http://www.orthogonal.com.au/download/tracetest.zip (24KB) -- *Greg K* >
