Freigeben über


IExtensibilityDiagnosticEventManager Interface

Definition

A diagnostics manager used to log diagnostic events with the IExtensibilityDiagnosticsService.

public interface IExtensibilityDiagnosticEventManager
type IExtensibilityDiagnosticEventManager = interface
Public Interface IExtensibilityDiagnosticEventManager
Derived

Properties

DiagnosticsEnabled

Gets a value indicating whether or not diagnostic collection is enabled.

Methods

ReportErrorAsync(ExtensibilityDiagnosticErrorInfo, CancellationToken)

Report an error with the IExtensibilityDiagnosticsService.

ReportEventAsync(ExtensibilityDiagnosticEventContext, CancellationToken)

Report the instance of an event with the IExtensibilityDiagnosticsService.

Applies to