C# 클래스 SonarLint.VisualStudio.Progress.Controller.ErrorNotification.VsActivityLogNotifier

상속: IProgressErrorNotifier
파일 보기 프로젝트 열기: SonarSource-VisualStudio/sonarlint-visualstudio 1 사용 예제들

공개 메소드들

메소드 설명
VsActivityLogNotifier ( IServiceProvider serviceProvider, string entrySource, string messageFormat, bool logWholeMessage ) : SonarLint.VisualStudio.Progress.Threading

Constructor for VsActivityLogNotifier

비공개 메소드들

메소드 설명
IProgressErrorNotifier ( Exception ex ) : void

메소드 상세

VsActivityLogNotifier() 공개 메소드

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
리턴 SonarLint.VisualStudio.Progress.Threading