9 references to MSBuildLogger
NuGet.Build.Tasks.Console (9)
MSBuildStaticGraphRestore.cs (9)
79/// Gets a <see cref="MSBuildLogger" /> object to be used for logging.
145MSBuildLogger.LogInformation(string.Format(CultureInfo.CurrentCulture, Strings.Log_NoProjectsForRestore));
165log: MSBuildLogger,
705MSBuildLogger.LogInformation(string.Format(CultureInfo.CurrentCulture,
860MSBuildLogger.LogMinimal(Strings.DeterminingProjectsToRestore);
941MSBuildLogger.LogDebug(string.Format(CultureInfo.CurrentCulture, Strings.CreatedDependencyGraphSpec, sw.ElapsedMilliseconds));
1019(ProjectStyle projectStyle, string packagesConfigFilePath) = GetProjectStyle(project, projectsByTargetFramework, MSBuildLogger);
1226MSBuildLogger.Log(message);
1273MSBuildLogger.LogInformation(string.Format(CultureInfo.CurrentCulture, Strings.ProjectEvaluationSummary, projectGraph.ProjectNodes.Count, sw.ElapsedMilliseconds, buildCount, failedBuildSubmissionCount));