Posts Tagged ‘trace listeners

Tracing is a way of monitoring the execution of your application while it is running. .NET offers you two classes for tracing: Trace and Debug (both in System.Diagnostics namespace), they are identical, except that the Debug class functions are not...