47 references to Log
dotnet-watch.Tests (47)
HotReload\ApplyDeltaTests.cs (6)
15
Log
("AddSourceFile started");
226
Log
($"Deleting {directoryBuildProps}");
1103
Log
("RenameSourceFile started");
1145
Log
($"Renamed '{oldFilePath}' to '{newFilePath}'.");
1155
Log
("RenameSourceFile started");
1200
Log
($"Renamed '{oldSubdir}' to '{newSubdir}'.");
HotReload\RuntimeProcessLauncherTests.cs (40)
34
Test.
Log
("Shutting down");
204
Log
("Waiting for changes...");
207
Log
("Waiting for session started...");
212
Log
("Waiting for changed handled ...");
217
Log
("Waiting for baselines updated...");
222
Log
("Waiting for changed handled ...");
270
Log
("Waiting for updated output from project A ...");
273
Log
("Waiting for updated output from project B ...");
299
Log
("Waiting for updated output from project A ...");
357
Log
("Waiting for changes...");
378
Log
("Waiting for updated output from A ...");
382
Log
("Waiting for updates applied 1/2 ...");
385
Log
("Waiting for updates applied 2/2 ...");
391
Log
("Waiting for updates applied ...");
394
Log
("Waiting for updated output from B ...");
445
Log
("Waiting for changes...");
464
Log
("Waiting for change handled ...");
473
Log
("Waiting for change handled ...");
482
Log
("Waiting for restart needed ...");
487
Log
("Waiting for restart requested ...");
492
Log
("Waiting updated output from Host ...");
517
Log
("Waiting for changes...");
524
Log
("Waiting for session started ...");
528
Log
($"Terminating process {runningProject.ProjectNode.GetDisplayName()} ...");
536
Log
("Waiting for change handled ...");
539
Log
("Waiting for verbose rude edit reported ...");
610
Log
("Waiting for changes...");
618
Log
("Waiting for changed handled ...");
623
Log
("Waiting for no hot reload changes to apply ...");
628
Log
("Waiting for file addition re-evalutation ...");
630
Log
("Waiting for re-evalutation to complete ...");
635
Log
("Waiting for ignored change in hidden dir ...");
640
Log
("Waiting for ignored change in output dir ...");
677
Log
("Waiting for changes...");
688
Log
("Waiting for change handled ...");
691
Log
("Waiting for output 'System.Xml.Linq.XDocument'...");
735
Log
("Waiting for changes...");
753
Log
("Waiting for output '<Lib>'...");
794
Log
("Waiting for changes...");
810
Log
("Waiting for output 'Newtonsoft.Json.Linq.JToken'...");
TestUtilities\DotNetWatchTestBase.cs (1)
35
Log
($"File '{path}' " + (existed ? "updated" : "added"), testPath, testLine);