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 are the benefits of using generics in c#?
How do you create partial methods?
What are extensions in c#?
Is enum a value type c#?
if you do have a stack overflow profile.what is your ranking?
What is use of console?
What is expandoobject in c#?
What do you understand by 'access specifiers' in C#?
What is the difference between dictionary and hashtable in c#?
what is virtual method in c#?
What is string interpolation in c#?
What is difference between il and dll ?
Is c and c# the same?
What is the use of base keyword? Tell me a practical example for base keyword’s usage?
What is default method in c#?