1 write to BuildLogger
dotnet-watch (1)
Program.cs (1)
315BuildLogger = loggerFactory.CreateLogger(DotNetWatchContext.BuildLogComponentName),
8 references to BuildLogger
dotnet-watch (1)
Watch\BuildEvaluator.cs (1)
53_context.BuildLogger,
Microsoft.DotNet.HotReload.Watch (7)
HotReload\HotReloadDotNetWatcher.cs (7)
58context.BuildLogger, 943_context.BuildLogger, 1023_context.BuildLogger.Log(MessageDescriptor.FileSpecifiesMultipleTargetFrameworks, sourcePath, string.Join("', '", frameworkList)); 1071_context.BuildLogger.LogError("Project '{Path}' does not specify a target framework.", rootProject.FullPath); 1289_context.BuildLogger.Log(action == BuildAction.RestoreOnly ? MessageDescriptor.Restoring : MessageDescriptor.Building, path); 1296_context.BuildLogger.Log( 1306BuildOutput.ReportBuildOutput(_context.BuildLogger, capturedOutput, success);