C# Class SonarLint.VisualStudio.Integration.Vsix.TelemetryLogger

Inheritance: ITelemetryLogger
Show file Open project: SonarSource-VisualStudio/sonarlint-visualstudio Class Usage Examples

Public Methods

Method Description
ReportEvent ( TelemetryEvent telemetryEvent ) : void

Private Methods

Method Description
Initialize ( ) : void
TelemetryLogger ( [ serviceProvider ) : Microsoft.VisualStudio.Shell

Method Details

ReportEvent() public method

public ReportEvent ( TelemetryEvent telemetryEvent ) : void
telemetryEvent TelemetryEvent
return void