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
Members
Member name | Description | |
---|---|---|
None | Disables all diagnostics aspects. | |
DiagnosticViews | Enables diagnostic views. | |
Debug | Enables debug tracing (enter or exit methods, exceptions and so forth). | |
StateChanges | Enables tracing of creation, destruction, and state changes of objects in the engine. | |
CepEventTracing | Enables tracing of CEP events as they progress through the queries. | |
GenerateErrorReports | Generates error reports on query failures. | |
PerformanceCounters | Enables performance counters. | |
Admin | Enables application logging of administrative events. |