D
Didier Bolf
hello
I'd like to add a listener in the app.config of my application, something like
<add name="myListener" type="System.Diagnostics.TextWriterTraceListener"/>
I can use initializeData="mylog.txt" to trace in a file but I 'd like to trace in
the console but I can't find how to do ... I can't see any samples of that in msdn
or elsewhere
thanks for your help
didier
I'd like to add a listener in the app.config of my application, something like
<add name="myListener" type="System.Diagnostics.TextWriterTraceListener"/>
I can use initializeData="mylog.txt" to trace in a file but I 'd like to trace in
the console but I can't find how to do ... I can't see any samples of that in msdn
or elsewhere
thanks for your help
didier