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 |
Will c# 3.0, vb.net 9.0, atlas, or linq be included in the .net framework 3.0?
What's the access level of the visibility type internal ?
Why do I get errors when I try to serialize a Hashtable
What is entityset? : Entity framework
WHICH IS MORE SECURED AMONG JAVA AND .NET?
How we can invoke child actions in ASP.Net MVC?
About namespaces ?
What is difference between constants, readonly and, static
What is side-by-side execution? Can two application one using private assembly and other using Shared assembly be stated as a side-by-side executables
Which is the best institute for .net?
Define the core components of an ASP.NET MVC application?
What is the difference between adding routes, to a webforms application and to an mvc application?