Why are there five tracing levels in
System.Diagnostics.TraceSwitcher?
Answer Posted / abhi
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
Why do we use anonymous method in c#?
code for arranging given number in possible permutation ways ex:123,321,312,132,231,213.
What are anonymous types in c#?
When should I throw an exception?
What basic steps are needed to display a simple report in crystal?
windows c# using datagridview in edit form sql server
What is the difference between finally and finalize block?
Does c# replace c++?
Can you explicitly call a destructor?
What is difference between array and arraylist c#?
What is an enumerator c#?
Is c# dictionary a hash table?
How do you encapsulate in c#?
What is Reflection in .NET? Namespace? How will you load an assembly which is not referenced by current assembly?
Can you declare a field readonly?