debug options ?

  • Thread starter Thread starter tom
  • Start date Start date
T

tom

dont really know where to start,
but want to build an app that is mighty in tracing from the beginning.
thanks, tom
 
Look at the Trace and TraceSwitch classes in the System.Diagnostics
namespace.

These will allow you to log information in a controlled and configurable
manner.
 
Back
Top