Метод | Описание | |
---|---|---|
VsActivityLogNotifier ( IServiceProvider serviceProvider, string entrySource, string messageFormat, bool logWholeMessage ) : SonarLint.VisualStudio.Progress.Threading |
Constructor for VsActivityLogNotifier
|
Метод | Описание | |
---|---|---|
IProgressErrorNotifier ( |
public VsActivityLogNotifier ( IServiceProvider serviceProvider, string entrySource, string messageFormat, bool logWholeMessage ) : SonarLint.VisualStudio.Progress.Threading | ||
serviceProvider | IServiceProvider | |
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 |
Результат | SonarLint.VisualStudio.Progress.Threading |