Edit

Share via


XboxServicesDiagnosticsTraceLevel Enum

Definition

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.

Applies to