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