Implemented interface member:
method
LogDebug
NuGet.Common.ILogger.LogDebug(System.String)
1 override of LogDebug
NuGet.CommandLine.XPlat (1)
Utility\CommandOutputLogger.cs (1)
35public override void LogDebug(string data)
4 references to LogDebug
NuGet.Build.Tasks.Console (1)
MSBuildStaticGraphRestore.cs (1)
941MSBuildLogger.LogDebug(string.Format(CultureInfo.CurrentCulture, Strings.CreatedDependencyGraphSpec, sw.ElapsedMilliseconds));
NuGet.Commands (3)
RestoreCommand\DependencyGraphResolver.cs (1)
281_logger.LogDebug($" {profile.Value.Name} -> +{frameworkRuntimePair}");
RestoreCommand\RestoreCommand.cs (2)
1936_logger.LogDebug($" {profile.Value.Name} -> +{pair}"); 2100_logger.LogDebug($" {profile.Value.Name} -> +{pair}");