ExtensibilityDiagnosticEventManager Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the ExtensibilityDiagnosticEventManager class.
protected ExtensibilityDiagnosticEventManager (System.Collections.Generic.IReadOnlyList<Microsoft.VisualStudio.Shell.Internal.IExtensibilityDiagnosticEventReporter> reporters, Microsoft.VisualStudio.Shell.Internal.ExtensibilityDiagnosticsLoggerConfiguration diagnosticsLogger);
new Microsoft.VisualStudio.Shell.Internal.ExtensibilityDiagnosticEventManager : System.Collections.Generic.IReadOnlyList<Microsoft.VisualStudio.Shell.Internal.IExtensibilityDiagnosticEventReporter> * Microsoft.VisualStudio.Shell.Internal.ExtensibilityDiagnosticsLoggerConfiguration -> Microsoft.VisualStudio.Shell.Internal.ExtensibilityDiagnosticEventManager
Protected Sub New (reporters As IReadOnlyList(Of IExtensibilityDiagnosticEventReporter), diagnosticsLogger As ExtensibilityDiagnosticsLoggerConfiguration)
Parameters
The set of IExtensibilityDiagnosticEventReporter to be registered.
- diagnosticsLogger
- ExtensibilityDiagnosticsLoggerConfiguration
The configuration object used to log diagnostics.