6 instantiations of TestLogger
dotnet-watch.Tests (6)
Build\EvaluationTests.cs (1)
10private readonly TestLogger _logger = new(output);
CommandLine\CommandLineOptionsTests.cs (1)
10private readonly TestLogger _testLogger = new();
FileWatcher\FileWatcherTests.cs (1)
97var logger = new TestLogger(output);
Process\LaunchSettingsProfileTest.cs (1)
17_logger = new TestLogger(output);
TestUtilities\TestBrowserRefreshServer.cs (1)
9: AbstractBrowserRefreshServer(middlewareAssemblyPath, new TestLogger(), new TestLoggerFactory())
TestUtilities\TestLoggerFactory.cs (1)
13=> CreateLoggerImpl?.Invoke(categoryName) ?? new TestLogger(output);
4 references to TestLogger
dotnet-watch.Tests (4)
Browser\BrowserRefreshServerTests.cs (1)
30((TestLogger)server.Logger).IsEnabledImpl = level => level == logLevel;
Build\EvaluationTests.cs (1)
10private readonly TestLogger _logger = new(output);
CommandLine\CommandLineOptionsTests.cs (1)
10private readonly TestLogger _testLogger = new();
FileWatcher\FileWatcherTests.cs (1)
97var logger = new TestLogger(output);