1 write to _loggerWithColor
NuGet.CommandLine.XPlat (1)
Commands\PackageSearch\PackageSearchResultTableRenderer.cs (1)
28
_loggerWithColor
= loggerWithColor;
9 references to _loggerWithColor
NuGet.CommandLine.XPlat (9)
Commands\PackageSearch\PackageSearchResultTableRenderer.cs (9)
36
_loggerWithColor
.LogMinimal(SourceSeparator);
37
_loggerWithColor
.LogMinimal($"Source: {source.Name} ({source.SourceUri})");
42
table.PrintResult(_searchTerm,
_loggerWithColor
);
47
_loggerWithColor
.LogMinimal(SourceSeparator);
48
_loggerWithColor
.LogMinimal($"Source: {source.Name} ({source.SourceUri})");
52
_loggerWithColor
.LogError(packageSearchProblem.Text);
56
_loggerWithColor
.LogWarning(packageSearchProblem.Text);
141
_loggerWithColor
.LogError(packageSearchProblem.Text);
145
_loggerWithColor
.LogWarning(packageSearchProblem.Text);