Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


Is there built-in support for tracing/logging



Is there built-in support for tracing/logging..

Answer / kirti

Yes, in the System.Diagnostics namespace. There are two main classes that deal with tracing - Debug and Trace. They both work in a similar way - the difference is that tracing from the Debug class only works in builds that have the DEBUG symbol defined, whereas tracing from the Trace class only works in builds that have the TRACE symbol defined. Typically this means that you should use System.Diagnostics.Trace.WriteLine for tracing that you want to work in debug and release builds, and System.Diagnostics.Debug.WriteLine for tracing that you want to work only in debug builds.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Dot Net Framework Interview Questions

What are ajax helpers in mvc?

0 Answers  


What are the two ways to add constraints to a route?

0 Answers  


What is Reflection in .NET?

6 Answers   Fiserv, TCS,


What is viewbag?

0 Answers  


Can we create .DLL file without using the namespace?

4 Answers  


what is entity sql?

0 Answers   Microsoft,


Features in .net framework 1.1 ?

1 Answers   Digital GlobalSoft,


What is ViewData and TempData in ASP.Net MVC?

0 Answers  


How .net assemblies are registred as private and shared assembly ?

2 Answers   Infosys, MMTS,


What is IL

1 Answers  


What is the necessity for singning an assembly with a strong name?

1 Answers   L&T,


Explain JSON Binding?

0 Answers  


Categories