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

Afficher le fichier Open project: Microsoft/RTVS

Méthodes publiques

Méthode 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

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

Method Details

ErrorInFileSystemWatcher() public static méthode

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

WatcherApplyChange() public static méthode

public static WatcherApplyChange ( this log, string change ) : void
log this
change string
Résultat void

WatcherApplyChangeFailed() public static méthode

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

WatcherApplyRecoveryChange() public static méthode

public static WatcherApplyRecoveryChange ( this log, string change ) : void
log this
change string
Résultat void

WatcherApplyRecoveryChangeFailed() public static méthode

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

WatcherChangesetSent() public static méthode

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

WatcherConsumeChangesFinished() public static méthode

public static WatcherConsumeChangesFinished ( this log ) : void
log this
Résultat void

WatcherConsumeChangesScheduled() public static méthode

public static WatcherConsumeChangesScheduled ( this log ) : void
log this
Résultat void

WatcherConsumeChangesStarted() public static méthode

public static WatcherConsumeChangesStarted ( this log ) : void
log this
Résultat void

WatcherStarted() public static méthode

public static WatcherStarted ( this log ) : void
log this
Résultat void

WatcherStarting() public static méthode

public static WatcherStarting ( this log ) : void
log this
Résultat void