nikhil kansal
What’s the difference between the Debug class and Trace class?
Posted by nikhil kansal in .Net | ASP.NET on Jul 14, 2006
0
Do you know the answer for this question? Post it below.
Guest

The Debug class to provide information about the program execution You can also use the Trace class to produce messages that monitor the execution of an application. The Trace and Debug classes share most of the same methods to produce output, including the following: •WriteLine •WriteLineIf •Indent •Unindent •Assert •Flush You can use the Trace and the Debug classes separately or together in the same application. In a Debug Solution Configuration project, both Trace and Debug output are active.

Posted by Pandu Umapathy on Apr 27, 2012
Sponsored by
Team Foundation Server Hosting
Become a Sponsor
PREMIUM SPONSORS
Sponsored by
Nevron Gauge for SharePoint
Become a Sponsor
PRIVACY POLICY | TERMS & CONDITIONS | SITEMAP | CONTACT US | REPORT ABUSE © 2011 C# Corner. All contents are copyright of their authors.