3 writes to BuildLogger
dotnet-watch (1)
Program.cs (1)
237BuildLogger = loggerFactory.CreateLogger(DotNetWatchContext.BuildLogComponentName),
dotnet-watch.Tests (2)
Watch\BuildEvaluatorTests.cs (1)
23BuildLogger = NullLogger.Instance,
Watch\NoRestoreTests.cs (1)
21BuildLogger = NullLogger.Instance,
6 references to BuildLogger
dotnet-watch (6)
HotReload\HotReloadDotNetWatcher.cs (5)
86BuildOutput.ReportBuildOutput(_context.BuildLogger, buildOutput, buildSucceeded, projectDisplay: rootProjectOptions.ProjectPath); 112var scopedCssFileHandler = new ScopedCssFileHandler(_context.Logger, _context.BuildLogger, projectMap, _context.BrowserRefreshServerFactory, _context.Options, _context.EnvironmentOptions); 339BuildOutput.ReportBuildOutput(_context.BuildLogger, output, success, projectPath); 845_context.BuildLogger, 886_context.BuildLogger.Log(MessageDescriptor.Building, projectPath);
Watch\BuildEvaluator.cs (1)
43new BuildReporter(_context.BuildLogger, _context.Options, _context.EnvironmentOptions));