ExtensibilityDiagnosticsLoggerConfiguration Class
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.
Used to log diagnostics related to VisualStudio.Extensibility Extensibility Points.
public class ExtensibilityDiagnosticsLoggerConfiguration : IDisposable
type ExtensibilityDiagnosticsLoggerConfiguration = class
interface IDisposable
Public Class ExtensibilityDiagnosticsLoggerConfiguration
Implements IDisposable
- Inheritance
-
ExtensibilityDiagnosticsLoggerConfiguration
- Implements
Constructors
Properties
DiagnosticsEnabled |
Gets a value indicating whether or not diagnostics collections has been enabled in the settings. |
FeatureArea |
Gets the feature area that this extensibility diagnostics logger is for. |
JoinableTaskFactory |
Gets a joinable task factory. |
TraceSource |
Gets a TraceSource that can be used to send diagnostics to the ExtensibilityDiagnosticsService |