9 references to MSBuildLogger
NuGet.Build.Tasks.Console (9)
MSBuildStaticGraphRestore.cs (9)
80/// Gets a <see cref="MSBuildLogger" /> object to be used for logging.
149MSBuildLogger.LogInformation(string.Format(CultureInfo.CurrentCulture, Strings.Log_NoProjectsForRestore));
170log: MSBuildLogger,
729MSBuildLogger.LogInformation(string.Format(CultureInfo.CurrentCulture,
965MSBuildLogger.LogMinimal(Strings.DeterminingProjectsToRestore);
1046MSBuildLogger.LogDebug(string.Format(CultureInfo.CurrentCulture, Strings.CreatedDependencyGraphSpec, sw.ElapsedMilliseconds));
1124(ProjectStyle projectStyle, string packagesConfigFilePath) = GetProjectStyle(project, projectsByTargetFramework, MSBuildLogger);
1348MSBuildLogger.Log(message);
1395MSBuildLogger.LogInformation(string.Format(CultureInfo.CurrentCulture, Strings.ProjectEvaluationSummary, projectGraph.ProjectNodes.Count, sw.ElapsedMilliseconds, buildCount, failedBuildSubmissionCount));