DiagnosticSettings Class
Represents a collection of diagnostic settings.
Inheritance Hierarchy
System.Object
Microsoft.ComplexEventProcessing.DiagnosticSettings
Namespace: Microsoft.ComplexEventProcessing
Assembly: Microsoft.ComplexEventProcessing (in Microsoft.ComplexEventProcessing.dll)
Syntax
public class DiagnosticSettings
The DiagnosticSettings type exposes the following members.
Constructors
Name | Description | |
---|---|---|
DiagnosticSettings() | Initializes a new instance of the DiagnosticSettings class with the default values of diagnostic aspects None and verbosity level Critical. | |
DiagnosticSettings(DiagnosticAspect, DiagnosticLevel) | Initializes a new instance of the DiagnosticSettings class with the given diagnsotic aspects and level. |
Top
Properties
Name | Description | |
---|---|---|
Aspects | Gets or sets different diagnostics aspects that can be turned on or off separately. | |
Level | Gets or sets different verbosity levels for the diagnostic aspects. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.