Why are there five tracing levels in
System.Diagnostics.TraceSwitcher?



Why are there five tracing levels in System.Diagnostics.TraceSwitcher?..

Answer / mohan kumar e.

0 : Error
1 : Warning
2 : Message
3 : Information
4 : Vebros

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

An abstract class is inherited, an Interface also inherited(multiple inheritance), How it differences.

6 Answers   Synechron,


Which is the base class in c#?

0 Answers  


In a C# class we have a SortedList member m_addinProjects we want to provide an iterator to allow the consumer of this class access to the items in the collection. Please provide an iterator method for the AnalyzeAddinsDLL class below and an example of how it would be used. namespace AnalyzeAddinsDLL { public class AllAddInProjects { private SortedList<string, AddInProject> m_addinProjects; public AllAddInProjects() { m_addinProjects = new SortedList<string, AddInProject>(); } } }

0 Answers   ABC, WinsIndia,


Why array is faster than arraylist in c#?

0 Answers  


How to make a class not inheritable other than sealed?

3 Answers  






From which base class do all Web Forms inherit from?

0 Answers   Siebel,


Which is better interface or abstract class in c#?

0 Answers  


Explain code compilation in c#.

0 Answers  


what are the Disadvantages of vb

0 Answers   Digital GlobalSoft,


How do you create user defined data types in c#?

0 Answers  


What are primitive data types in c#?

0 Answers  


How is a string immutable?

0 Answers  


Categories