Why are there five tracing levels in
System.Diagnostics.TraceSwitcher?
Answer Posted / guest
The tracing dumps can be quite verbose and for some
applications that are constantly running you run the risk of
overloading the machine and the hard drive there. Five
levels range from None to Verbose, allowing to fine-tune the
tracing activities.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What will be the output of the following code?
Is functional interface runnable?
What is verbatim string?
Is as operator in c#?
Define clr in .net?
How can I create a process that is running a supplied native executable (e.g., Cmd.exe)?
What is the difference between static and constant variables?
What is the difference between a function and a method?
What is the difference between double and decimal in c#?
How do we achieve encapsulation in c#?
Define satellite assembly in c#?
Which config file has all the supported channels/protocol?
What is delegates in c# and uses of delegates?
What is ilist c#?
Can we call server-side code (c# or vb.net code) from javascript?