DiagnosticLevel Enumeration

 

Enumeration of different verbosity levels for the diagnostic aspects.

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

Syntax

public enum DiagnosticLevel
public enum class DiagnosticLevel
type DiagnosticLevel
Public Enumeration DiagnosticLevel

Members

Member name Description
Always

The least verbose diagnostic level. Only diagnostics that are always on are enabled on this level.

Critical

Critical diagnostics are enabled on this level.

Error

Error diagnostics are enabled on this level.

Informational

Informational diagnostics are enabled on this level.

Verbose

The most verbose diagnostic level. All diagnostics are enabled on this level.

Warning

Warning diagnostics are enabled on this level.

See Also

Microsoft.ComplexEventProcessing Namespace

Return to top