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...


Can I redirect tracing to a file



Can I redirect tracing to a file..

Answer / kirti

Yes. The Debug and Trace classes both have a Listeners property, which is a collection of sinks that receive the tracing that you send via Debug.WriteLine and Trace.WriteLine respectively. By default the Listeners collection contains a single sink, which is an

instance of the DefaultTraceListener class. This sends output to the Win32 OutputDebugString() function and also the System.Diagnostics.Debugger.Log() method. This is useful when debugging, but if you're trying to trace a problem at a customer site, redirecting the output to a file is more appropriate. Fortunately, the TextWriterTraceListener class is provided for this purpose.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Dot Net Framework Interview Questions

Can a view be shared across multiple controllers? If yes, how we can do that?

0 Answers  


What is the 'page life cycle' of an ASP.NET MVC?

0 Answers   NA,


What are the components required to create a route in ASP.Net MVC?

0 Answers  


How do you handle variable number of segments in a route definition?

0 Answers  


Explain the advantages of asp.net mvc over asp.net?

0 Answers  


Which filter executes first in an asp.net mvc application?

0 Answers  


Is entity framework slow?

0 Answers  


How to make sure Client Validation is enabled in ASP.Net MVC

0 Answers   B-Ways TecnoSoft,


What are the types of assemblies

1 Answers  


mention what is the key advantage of using entity framework or ef?

0 Answers   Microsoft,


what do you mean by navigation property?

0 Answers   Microsoft,


How does the .net framework 3.0 relate to the .net framework 2.0?

0 Answers  


Categories