¡@

Home 

c# Programming Glossary: tracesource

Dependency injection and named loggers

http://stackoverflow.com/questions/3452318/dependency-injection-and-named-loggers

using the common ILogger ILog interface probably based on TraceSource so that I could inject it. Would you implement the interface.. inject it. Would you implement the interface say over TraceSource and just use the System.Diagnostics app.config information as.. Something like this public class MyLogger ILogger private TraceSource ts public MyLogger string name ts new TraceSource name public..

How to use TraceSource across classes

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

to use TraceSource across classes I was recently studying documentation on TraceSource.. across classes I was recently studying documentation on TraceSource . Microsift says that TraceSource is a new way and should be.. documentation on TraceSource . Microsift says that TraceSource is a new way and should be used instead of old Trace class...