IExtensibilityDiagnosticEventManager Interface
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.
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. |