11 references to Log
dotnet-watch.Tests (11)
TestUtilities\DotNetWatchTestBase.cs (1)
29=> App.Logger.Log(message, testPath, testLine);
TestUtilities\WatchableApp.cs (10)
57Logger.Log($"Test found output: '{text}'", testPath, testLine); 61Logger.Log($"Test waiting for output: '{text}'", testPath, testLine); 70Logger.Log($"Test found output pattern: '{pattern}'", testPath, testLine); 74Logger.Log($"Test waiting for output pattern: '{pattern}'", testPath, testLine); 84Logger.Log($"Test found output text format: '{descriptor.Format}'", testPath, testLine); 88Logger.Log($"Test waiting for output text format: '{descriptor.Format}'", testPath, testLine); 95Logger.Log($"Test waiting for output: '{text}'", testPath, testLine); 101Logger.Log($"Test waiting for text format: '{descriptor.Format}'", testPath, testLine); 109Logger.Log($"Test waiting for output pattern: '{pattern}'", testPath, testLine); 121Logger.Log($"Test waiting for output: '{expectedPrefix}'", testPath, testLine);