Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Diagnostic level used by tracing.
Syntax
enum class HCTraceLevel : uint32_t
{
Off = HC_PRIVATE_TRACE_LEVEL_OFF,
Error = HC_PRIVATE_TRACE_LEVEL_ERROR,
Warning = HC_PRIVATE_TRACE_LEVEL_WARNING,
Important = HC_PRIVATE_TRACE_LEVEL_IMPORTANT,
Information = HC_PRIVATE_TRACE_LEVEL_INFORMATION,
Verbose = HC_PRIVATE_TRACE_LEVEL_VERBOSE,
}
Constants
| Constant | Description |
|---|---|
| Off | No tracing. |
| Error | Trace only errors. |
| Warning | Trace warnings and errors. |
| Important | Trace important, warnings and errors. |
| Information | Trace info, important, warnings and errors. |
| Verbose | Trace everything. |
Requirements
Header: trace.h