XboxServicesDiagnosticsTraceLevel Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumeration values that indicate the trace levels of debug output for service diagnostics.
Setting the debug trace level to Error or higher reports the last HRESULT, the current function, the source file, and the line number for many trace points in the Xbox Live code.
[Windows.Foundation.Metadata.Version(1)]
public enum XboxServicesDiagnosticsTraceLevel
type XboxServicesDiagnosticsTraceLevel =
Public Enum XboxServicesDiagnosticsTraceLevel
- Inheritance
-
XboxServicesDiagnosticsTraceLevel
- Attributes
-
Windows.Foundation.Metadata.VersionAttribute
Fields
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. |