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

'Declaration
Public Class DiagnosticSettings
'Usage
Dim instance As DiagnosticSettings
public class DiagnosticSettings
public ref class DiagnosticSettings
type DiagnosticSettings =  class end
public class DiagnosticSettings

The DiagnosticSettings type exposes the following members.

Constructors

  Name Description
Public method DiagnosticSettings() Initializes a new instance of the DiagnosticSettings class with the default values of diagnostic aspects None and verbosity level Critical.
Public method DiagnosticSettings(DiagnosticAspect, DiagnosticLevel) Initializes a new instance of the DiagnosticSettings class with the given diagnsotic aspects and level.

Top

Properties

  Name Description
Public property Aspects Gets or sets different diagnostics aspects that can be turned on or off separately.
Public property Level Gets or sets different verbosity levels for the diagnostic aspects.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method 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.

See Also

Reference

Microsoft.ComplexEventProcessing Namespace