ManagementServiceDiagnosticLevel Enumeration

 

Specifies the verbosity level for the diagnostic aspects.

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

Syntax

[DataContractAttribute(Name = "DiagnosticLevel", Namespace = "https://schemas.microsoft.com/ComplexEventProcessing/2009/05/Management")]
public enum ManagementServiceDiagnosticLevel
[DataContractAttribute(Name = "DiagnosticLevel", Namespace = "https://schemas.microsoft.com/ComplexEventProcessing/2009/05/Management")]
public enum class ManagementServiceDiagnosticLevel
[<DataContractAttribute(Name = "DiagnosticLevel", Namespace = "https://schemas.microsoft.com/ComplexEventProcessing/2009/05/Management")>]
type ManagementServiceDiagnosticLevel
<DataContractAttribute(Name := "DiagnosticLevel", Namespace := "https://schemas.microsoft.com/ComplexEventProcessing/2009/05/Management")>
Public Enumeration ManagementServiceDiagnosticLevel

Members

Member name Description
Always

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

Critical

Reports critical diagnostics.

Error

Reports error diagnostics.

Informational

Reports informational diagnostics.

Verbose

The most verbose diagnostic level. All diagnostics are reported.

Warning

Reports warning diagnostics.

Remarks

This enumeration is used by the GetDiagnosticSettingsRequest and SetDiagnosticSettingsRequest classes.

See Also

Microsoft.ComplexEventProcessing.ManagementService Namespace

Return to top