Click or drag to resize
TraceLevel Enumeration
Specifies what level of messages to output.

Namespace:  Intuit.Ipp.Diagnostics
Assembly:  Intuit.Ipp.Diagnostics (in Intuit.Ipp.Diagnostics.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax
C#
public enum TraceLevel
Members
  Member nameValueDescription
Off0 Output no tracing and debugging messages.
Error1 Output error-handling messages.
Warning2 Output warnings and error-handling messages.
Info3 Output informational messages, warnings, and error-handling messages.
Verbose4 Output all debugging and tracing messages.
See Also