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

Where do we use serialization in c#?

0 Answers  


directcast(123.34,integer) - should it throw an error? Why or why not?

2 Answers   Wipro,


What is the difference between TypeOf and GetType?

4 Answers   Syntel,


Are constructors inherited c#?

0 Answers  


Can an Assembly have multiple versions

13 Answers   TCS,






Why do we use parameters in c#?

0 Answers  


how to implement a web service in .net

0 Answers  


Trace the O/p for a program on inheritance and Polymorphism. 3 classes A,B,C A with two methods public virtual SomeMethodA public virtual SomemoreMethodA B:A overide SomeMethodA C:B new Method SomeMethodA override SomeMoreMethodA main method { b new instance of B b.SomeMethodA b.SomeMoreMethodA b1 new instance of C b1.SomeMethodA b1.SomeMoreMethodA }

2 Answers   Proteans,


Is c# slower than java?

0 Answers  


Can you access a hidden base class method in the derived class?

0 Answers  


How do you name a variable in c#?

0 Answers  


What?s class SortedList underneath?

2 Answers  


Categories