P
Padu
I know I can do something like this:
myLinqContext.Log = Console.Out;
Obviously because Console.Out is a TextWriter. But instead of redirecting
the linq log to the console, I want to redirect it to the output window. I
couldn't find a Trace.Out, neither anything in the DefaultTraceListener that
resembles a TextWriter....
Where did I get lost?
Cheers
Padu
myLinqContext.Log = Console.Out;
Obviously because Console.Out is a TextWriter. But instead of redirecting
the linq log to the console, I want to redirect it to the output window. I
couldn't find a Trace.Out, neither anything in the DefaultTraceListener that
resembles a TextWriter....
Where did I get lost?
Cheers
Padu