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 types of object can I throw as exceptions?
What is the difference between abstract class and interface in c#?
Why do we parse in c#?
Is null == null c#?
What are the delegates in c#?
What is Fragmentation and its Types?
Explain inheritance in c#?
When should we use delegates in c#?
What is iqueryable in linq?
Explain the difference between the debug class and trace class?
How do you implement thread synchronization (object.wait, notify,and criticalsection) in c#?
What is a private class in c#?
How many types of collections are there in c#?
What is the difference between string keyword and system.string class?
What is a race condition?