47 references to Log
dotnet-watch.Tests (47)
HotReload\ApplyDeltaTests.cs (6)
15
Log
("AddSourceFile started");
226
Log
($"Deleting {directoryBuildProps}");
1012
Log
("RenameSourceFile started");
1054
Log
($"Renamed '{oldFilePath}' to '{newFilePath}'.");
1064
Log
("RenameSourceFile started");
1109
Log
($"Renamed '{oldSubdir}' to '{newSubdir}'.");
HotReload\RuntimeProcessLauncherTests.cs (40)
34
Test.
Log
("Shutting down");
203
Log
("Waiting for changes...");
206
Log
("Waiting for session started...");
211
Log
("Waiting for changed handled ...");
216
Log
("Waiting for baselines updated...");
221
Log
("Waiting for changed handled ...");
269
Log
("Waiting for updated output from project A ...");
272
Log
("Waiting for updated output from project B ...");
298
Log
("Waiting for updated output from project A ...");
356
Log
("Waiting for changes...");
377
Log
("Waiting for updated output from A ...");
381
Log
("Waiting for updates applied 1/2 ...");
384
Log
("Waiting for updates applied 2/2 ...");
390
Log
("Waiting for updates applied ...");
393
Log
("Waiting for updated output from B ...");
444
Log
("Waiting for changes...");
463
Log
("Waiting for change handled ...");
472
Log
("Waiting for change handled ...");
481
Log
("Waiting for restart needed ...");
486
Log
("Waiting for restart requested ...");
491
Log
("Waiting updated output from Host ...");
516
Log
("Waiting for changes...");
523
Log
("Waiting for session started ...");
527
Log
($"Terminating process {runningProject.ProjectNode.GetDisplayName()} ...");
535
Log
("Waiting for change handled ...");
538
Log
("Waiting for verbose rude edit reported ...");
609
Log
("Waiting for changes...");
617
Log
("Waiting for changed handled ...");
622
Log
("Waiting for no hot reload changes to apply ...");
627
Log
("Waiting for file addition re-evalutation ...");
629
Log
("Waiting for re-evalutation to complete ...");
634
Log
("Waiting for ignored change in hidden dir ...");
639
Log
("Waiting for ignored change in output dir ...");
676
Log
("Waiting for changes...");
687
Log
("Waiting for change handled ...");
690
Log
("Waiting for output 'System.Xml.Linq.XDocument'...");
734
Log
("Waiting for changes...");
752
Log
("Waiting for output '<Lib>'...");
793
Log
("Waiting for changes...");
809
Log
("Waiting for output 'Newtonsoft.Json.Linq.JToken'...");
TestUtilities\DotNetWatchTestBase.cs (1)
35
Log
($"File '{path}' " + (existed ? "updated" : "added"), testPath, testLine);