DiagnosticSettings.Level Property

 

Gets or sets different verbosity levels for the diagnostic aspects.

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

Syntax

public DiagnosticLevel Level { get; set; }
public:
property DiagnosticLevel Level {
    DiagnosticLevel get();
    void set(DiagnosticLevel value);
}
member Level : DiagnosticLevel with get, set
Public Property Level As DiagnosticLevel

Property Value

Type: Microsoft.ComplexEventProcessing.DiagnosticLevel

A T:Microsoft.ComplexEventProcessing.Diagnostics.DiagnosticLevel value that specifies the verbosity level for the diagnostic aspects.

See Also

DiagnosticSettings Class
Microsoft.ComplexEventProcessing Namespace

Return to top