4 writes to BuildLogger
dotnet-watch (1)
Program.cs (1)
216BuildLogger = loggerFactory.CreateLogger(DotNetWatchContext.BuildLogComponentName),
dotnet-watch.Tests (2)
Watch\BuildEvaluatorTests.cs (1)
25BuildLogger = NullLogger.Instance,
Watch\NoRestoreTests.cs (1)
23BuildLogger = NullLogger.Instance,
Microsoft.DotNet.HotReload.Watch.Aspire (1)
DotNetWatchLauncher.cs (1)
56BuildLogger = loggerFactory.CreateLogger(DotNetWatchContext.BuildLogComponentName),
6 references to BuildLogger
dotnet-watch (1)
Watch\BuildEvaluator.cs (1)
43new BuildReporter(_context.BuildLogger, _context.Options, _context.EnvironmentOptions));
Microsoft.DotNet.HotReload.Watch (5)
HotReload\HotReloadDotNetWatcher.cs (5)
117var scopedCssFileHandler = new ScopedCssFileHandler(_context.Logger, _context.BuildLogger, projectMap, _context.BrowserRefreshServerFactory, _context.Options, _context.EnvironmentOptions); 835_context.BuildLogger, 883_context.BuildLogger.Log(MessageDescriptor.Building, projectPath); 889_context.BuildLogger.Log(success ? MessageDescriptor.BuildSucceeded : MessageDescriptor.BuildFailed, projectPath); 890BuildOutput.ReportBuildOutput(_context.BuildLogger, capturedOutput, success);