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)
145
MSBuildLogger.
LogInformation
(string.Format(CultureInfo.CurrentCulture, Strings.Log_NoProjectsForRestore));
705
MSBuildLogger.
LogInformation
(string.Format(CultureInfo.CurrentCulture,
1273
MSBuildLogger.
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));