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));
166log: MSBuildLogger,
722MSBuildLogger.LogInformation(string.Format(CultureInfo.CurrentCulture,
952MSBuildLogger.LogMinimal(Strings.DeterminingProjectsToRestore);
1033MSBuildLogger.LogDebug(string.Format(CultureInfo.CurrentCulture, Strings.CreatedDependencyGraphSpec, sw.ElapsedMilliseconds));
1111(ProjectStyle projectStyle, string packagesConfigFilePath) = GetProjectStyle(project, projectsByTargetFramework, MSBuildLogger);
1318MSBuildLogger.Log(message);
1365MSBuildLogger.LogInformation(string.Format(CultureInfo.CurrentCulture, Strings.ProjectEvaluationSummary, projectGraph.ProjectNodes.Count, sw.ElapsedMilliseconds, buildCount, failedBuildSubmissionCount));