CausalityTraceLevel CausalityTraceLevel CausalityTraceLevel CausalityTraceLevel Enum

Definition

Specifies a logging level that listeners can use for trace filtering.

public : enum class CausalityTraceLevelpublic enum CausalityTraceLevelPublic Enum CausalityTraceLevel// You can use this enum in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows 10 (introduced v10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v1)

Fields

Important Important Important Important

Tracks operations that are not necessary to construct a causality chain but are interesting for developers.

Required Required Required Required

Indicates all operations that are necessary to construct a causality chain, including all operations for job creation and completion and work item creation and completion.

Verbose Verbose Verbose Verbose

Indicates operations that influence causality but are likely to be less interesting for developers, including actions like registering progress delegates.