Implemented interface member:
method
LogInformation
NuGet.Common.ILogger.LogInformation(System.String)
1 override of LogInformation
NuGet.CommandLine.XPlat (1)
Utility\CommandOutputLogger.cs (1)
44public override void LogInformation(string data)
5 references to LogInformation
NuGet.Build.Tasks.Console (3)
MSBuildStaticGraphRestore.cs (3)
145MSBuildLogger.LogInformation(string.Format(CultureInfo.CurrentCulture, Strings.Log_NoProjectsForRestore)); 705MSBuildLogger.LogInformation(string.Format(CultureInfo.CurrentCulture, 1273MSBuildLogger.LogInformation(string.Format(CultureInfo.CurrentCulture, Strings.ProjectEvaluationSummary, projectGraph.ProjectNodes.Count, sw.ElapsedMilliseconds, buildCount, failedBuildSubmissionCount));
NuGet.Commands (2)
RestoreCommand\RestoreCommand.cs (2)
1827_logger.LogInformation(string.Format(CultureInfo.CurrentCulture, Strings.Log_RestoringPackages, _request.Project.FilePath)); 2027_logger.LogInformation(string.Format(CultureInfo.CurrentCulture, Strings.Log_RestoringPackages, _request.Project.FilePath));