¡@

Home 

c# Programming Glossary: tracetest

How to use TraceSource across classes

http://stackoverflow.com/questions/4376699/how-to-use-tracesource-across-classes

be used for logging static TraceSource ts new TraceSource TraceTest somewhere in the code ts.TraceEvent TraceEventType.Warning 2.. example tracing in classes A and B is controlled by the TraceTest TraceSource in the app.config file. Tracing in class C is controlled.. app.config file. Tracing in class C is controlled by the TraceTestTwo TraceSource in the app.config. In addition to using different..