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