DiagnosticAspect Enumeration

 

Enumeration of different diagnostics aspects that can be turned on or off separately.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

Namespace:   Microsoft.ComplexEventProcessing
Assembly:  Microsoft.ComplexEventProcessing (in Microsoft.ComplexEventProcessing.dll)

Syntax

[FlagsAttribute]
public enum DiagnosticAspect
[FlagsAttribute]
public enum class DiagnosticAspect
[<FlagsAttribute>]
type DiagnosticAspect
<FlagsAttribute>
Public Enumeration DiagnosticAspect

Members

Member name Description
Admin

Enables application logging of administrative events.

CepEventTracing

Enables tracing of CEP events as they progress through the queries.

Debug

Enables debug tracing (enter or exit methods, exceptions and so forth).

DiagnosticViews

Enables diagnostic views.

GenerateErrorReports

Generates error reports on query failures.

None

Disables all diagnostics aspects.

PerformanceCounters

Enables performance counters.

StateChanges

Enables tracing of creation, destruction, and state changes of objects in the engine.

See Also

Microsoft.ComplexEventProcessing Namespace

Return to top