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



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

Answer / 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

More C Sharp Interview Questions

Why do we need singleton pattern in c#?

1 Answers  


Differentiate between method overriding from method overloading with its functionality?

1 Answers   Siebel,


What is new method in c#?

1 Answers  


What is tochararray in c#?

1 Answers  


Hai I am Shiva from TN, SSE.I have an query problem. My Table : Door Field : ID,DoorID,ZoneID,Date,Time,Status. Problem was : Status.We got two values, one is 00 (OUTTIME) , Another is 01(INTIME) Like this Status --------- 00 01 00 01 00 01 00 01 How to Set as Status 00 and 01 , of separate column , Status as Intime,Status as Outtime Like this ----------- InTime OutTime ---------- ----------- 01 00 01 00 01 00 01 00 01 00 01 00 Regards KS kumar

1 Answers  


What is string in c# net?

1 Answers  


What is string literal in c#?

1 Answers  


Explain the importance and use of each, version, culture and publickeytoken for an assembly.

1 Answers  


What are predicates in c#?

1 Answers  


What is clr in c#?

1 Answers  


Explain the use of SN.exe

1 Answers   Accenture,


Write the difference between TypeOf and GetType?

1 Answers   Wipro,


Categories