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

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

Name a few different return types of a controller action method?

1189


What are the new enhancements done in default project template of asp.net mvc 4?

1083


Explain something about model, view and controllers in asp.net mvc?

1078


What is Layout in ASP.Net MVC?

1114


what is minimum requirement for entity framework applications to run?

1189


The order of the filters that get executed, if the multiple filters are implemented?

1079


What is the use of viewmodel in mvc?

1106


What is the meaning of unobtrusive javascript?

1097


What is definingquery in entity framework? : Entity framework

1041


Explain dependency resolution?

1124


What is a model in programming?

1047


what do you mean by table-per-type?

1137


What are advantages of Dependency Injection (DI) in ASP.Net MVC?

1139


What are Validation Annotations?

1095


What is oauth in web api?

1079