Exemplo n.º 1
0
 public static void ErrorInFileSystemWatcher(this IActionLog log, string watcherName, Exception e)
 {
     log.Error(Invariant($"{watcherName} failed with exception:{e}"));
 }
Exemplo n.º 2
0
 public static void WatcherApplyRecoveryChangeFailed(this IActionLog log, string change, Exception exception)
 {
     log.Error(Invariant($"Failed to apply recovery change '{change}', closing watcher:{exception}"));
 }