C# 클래스 Microsoft.VisualStudio.ProjectSystem.FileSystemMirroring.Logging.MsBuildFileSystemWatcherLoggingExtensions

파일 보기 프로젝트 열기: Microsoft/RTVS

공개 메소드들

메소드 설명
ErrorInFileSystemWatcher ( this log, string watcherName, Exception e ) : void
WatcherApplyChange ( this log, string change ) : void
WatcherApplyChangeFailed ( this log, string change, Exception exception ) : void
WatcherApplyRecoveryChange ( this log, string change ) : void
WatcherApplyRecoveryChangeFailed ( this log, string change, Exception exception ) : void
WatcherChangesetSent ( this log, MsBuildFileSystemWatcher changeset ) : void
WatcherConsumeChangesFinished ( this log ) : void
WatcherConsumeChangesScheduled ( this log ) : void
WatcherConsumeChangesStarted ( this log ) : void
WatcherStarted ( this log ) : void
WatcherStarting ( this log ) : void

비공개 메소드들

메소드 설명
AppendWatcherChangesetPart ( this sb, string>.IDictionary changesetPart, string name ) : StringBuilder
AppendWatcherChangesetPart ( this sb, ISet changesetPart, string name ) : StringBuilder

메소드 상세

ErrorInFileSystemWatcher() 공개 정적인 메소드

public static ErrorInFileSystemWatcher ( this log, string watcherName, Exception e ) : void
log this
watcherName string
e System.Exception
리턴 void

WatcherApplyChange() 공개 정적인 메소드

public static WatcherApplyChange ( this log, string change ) : void
log this
change string
리턴 void

WatcherApplyChangeFailed() 공개 정적인 메소드

public static WatcherApplyChangeFailed ( this log, string change, Exception exception ) : void
log this
change string
exception System.Exception
리턴 void

WatcherApplyRecoveryChange() 공개 정적인 메소드

public static WatcherApplyRecoveryChange ( this log, string change ) : void
log this
change string
리턴 void

WatcherApplyRecoveryChangeFailed() 공개 정적인 메소드

public static WatcherApplyRecoveryChangeFailed ( this log, string change, Exception exception ) : void
log this
change string
exception System.Exception
리턴 void

WatcherChangesetSent() 공개 정적인 메소드

public static WatcherChangesetSent ( this log, MsBuildFileSystemWatcher changeset ) : void
log this
changeset Microsoft.VisualStudio.ProjectSystem.FileSystemMirroring.IO.MsBuildFileSystemWatcher
리턴 void

WatcherConsumeChangesFinished() 공개 정적인 메소드

public static WatcherConsumeChangesFinished ( this log ) : void
log this
리턴 void

WatcherConsumeChangesScheduled() 공개 정적인 메소드

public static WatcherConsumeChangesScheduled ( this log ) : void
log this
리턴 void

WatcherConsumeChangesStarted() 공개 정적인 메소드

public static WatcherConsumeChangesStarted ( this log ) : void
log this
리턴 void

WatcherStarted() 공개 정적인 메소드

public static WatcherStarted ( this log ) : void
log this
리턴 void

WatcherStarting() 공개 정적인 메소드

public static WatcherStarting ( this log ) : void
log this
리턴 void