C# Class SonarLint.VisualStudio.Progress.Controller.ErrorNotification.VsActivityLogNotifier

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

Public Methods

Method Description
VsActivityLogNotifier ( IServiceProvider serviceProvider, string entrySource, string messageFormat, bool logWholeMessage ) : SonarLint.VisualStudio.Progress.Threading

Constructor for VsActivityLogNotifier

Private Methods

Method Description
IProgressErrorNotifier ( Exception ex ) : void

Method Details

VsActivityLogNotifier() public method

Constructor for VsActivityLogNotifier
public VsActivityLogNotifier ( IServiceProvider serviceProvider, string entrySource, string messageFormat, bool logWholeMessage ) : SonarLint.VisualStudio.Progress.Threading
serviceProvider IServiceProvider instance. Required.
entrySource string >Required activity log entry source
messageFormat string >Required. Expected to have only one placeholder
logWholeMessage bool Whether to shown the exception message or the whole exception
return SonarLint.VisualStudio.Progress.Threading