C# Class Microsoft.VisualStudio.ProjectSystem.FileSystemMirroring.Logging.MsBuildFileSystemWatcherLoggingExtensions

ファイルを表示 Open project: Microsoft/RTVS

Public Methods

Method Description
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

Private Methods

Method Description
AppendWatcherChangesetPart ( this sb, string>.IDictionary changesetPart, string name ) : StringBuilder
AppendWatcherChangesetPart ( this sb, ISet changesetPart, string name ) : StringBuilder

Method Details

ErrorInFileSystemWatcher() public static method

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

WatcherApplyChange() public static method

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

WatcherApplyChangeFailed() public static method

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

WatcherApplyRecoveryChange() public static method

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

WatcherApplyRecoveryChangeFailed() public static method

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

WatcherChangesetSent() public static method

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

WatcherConsumeChangesFinished() public static method

public static WatcherConsumeChangesFinished ( this log ) : void
log this
return void

WatcherConsumeChangesScheduled() public static method

public static WatcherConsumeChangesScheduled ( this log ) : void
log this
return void

WatcherConsumeChangesStarted() public static method

public static WatcherConsumeChangesStarted ( this log ) : void
log this
return void

WatcherStarted() public static method

public static WatcherStarted ( this log ) : void
log this
return void

WatcherStarting() public static method

public static WatcherStarting ( this log ) : void
log this
return void