C# Класс Microsoft.VisualStudio.ProjectSystem.FileSystemMirroring.Logging.MsBuildFileSystemWatcherLoggingExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
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