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

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


Please Help Members By Posting Answers For Below Questions

What is the use of viewmodel in mvc?

1110


What are the benefits of .net framework?

1063


What is a view engine?

1029


What is the use .glimpse in mvc?

1098


Is .net framework going away?

1087


What is the difference between partial and renderpartial?

986


Do you know about the new features in asp.net mvc 4 (asp.net mvc4)?

1092


what do you mean by table-per-hierarchy?

1156


What is Separation of Concerns in ASP.NET ASP.Net MVC?

1259


What is razor code?

1137


What is the use of razor view engine?

1016


Explain the new features added in version 4 of mvc (mvc4)?

1059


Explain how you can send the result back in JSON format in MVC?

1034


what is conceptual model?

1088


Can I set the unlimited length for "maxjsonlength" property in config?

1092