TraceLevel
TraceLevel enum
Specifies what messages to output for the System.Diagnostics.Debug, System.Diagnostics.Trace and System.Diagnostics.TraceSwitch classes.
enum class TraceLevel
Values
Name | Value | Description |
---|---|---|
Off | 0 | Output no tracing and debugging messages. |
Error | 1 | Output error-handling messages. |
Warning | 2 | Output warnings and error-handling messages. |
Info | 3 | Output informational messages, warnings, and error-handling messages. |
Verbose | 4 | Output all debugging and tracing messages. |
See Also
- Namespace System::Diagnostics
- Library Aspose.Slides