11 references to Log
dotnet-watch.Tests (11)
TestUtilities\DotNetWatchTestBase.cs (1)
29=> App.Logger.Log(message, testPath, testLine);
TestUtilities\WatchableApp.cs (10)
51Logger.Log($"Test found output: '{text}'", testPath, testLine); 55Logger.Log($"Test waiting for output: '{text}'", testPath, testLine); 64Logger.Log($"Test found output pattern: '{pattern}'", testPath, testLine); 68Logger.Log($"Test waiting for output pattern: '{pattern}'", testPath, testLine); 78Logger.Log($"Test found output text format: '{descriptor.Format}'", testPath, testLine); 82Logger.Log($"Test waiting for output text format: '{descriptor.Format}'", testPath, testLine); 89Logger.Log($"Test waiting for output: '{text}'", testPath, testLine); 95Logger.Log($"Test waiting for text format: '{descriptor.Format}'", testPath, testLine); 103Logger.Log($"Test waiting for output pattern: '{pattern}'", testPath, testLine); 115Logger.Log($"Test waiting for output: '{expectedPrefix}'", testPath, testLine);