39 references to Information
aspire-managed (2)
NuGet\NuGetLogger.cs (2)
38public void LogInformation(string data) => Log(NuGetLogLevel.Information, data); 39public void LogInformationSummary(string data) => Log(NuGetLogLevel.Information, data);
dotnet (4)
Commands\Pack\PackCommand.cs (1)
84VerbosityOptions.normal or VerbosityOptions.n => LogLevel.Information,
NugetPackageDownloader\NuGetConsoleLogger.cs (3)
23case LogLevel.Information: 95VerbosityOptions.normal or VerbosityOptions.n => LogLevel.Information, 97_ => LogLevel.Information
Microsoft.Build.NuGetSdkResolver (4)
NuGetSdkLogger.cs (4)
66case LogLevel.Information: 93case LogLevel.Information: 135public void LogInformation(string data) => Log(LogLevel.Information, data); 138public void LogInformationSummary(string data) => Log(LogLevel.Information, data);
Microsoft.DotNet.Build.Tasks.Packaging (1)
NuGetUtility.cs (1)
52logger.Log(LogLevel.Information, "Encountered Connection Issue: " + e.ToString() + ", retrying...");
Microsoft.TemplateEngine.Cli (1)
NuGet\CliNuGetLogger.cs (1)
17case LogLevel.Information: LogInformation(data); break;
Microsoft.TemplateEngine.Edge (1)
Installers\NuGet\NuGetLogger.cs (1)
29case NuGetLogLevel.Information: LogInformation(data); break;
NuGet.Build.Tasks (2)
Common\MSBuildLogger.cs (2)
106case LogLevel.Information: 138case LogLevel.Information:
NuGet.Build.Tasks.Pack (2)
src\nuget-client\src\NuGet.Core\NuGet.Build.Tasks\Common\MSBuildLogger.cs (2)
106case LogLevel.Information: 138case LogLevel.Information:
NuGet.CommandLine.XPlat (10)
Commands\CommonOptions.cs (2)
31VerbosityEnum.n => LogLevel.Information, 32VerbosityEnum.normal => LogLevel.Information,
Program.cs (1)
46var log = new CommandOutputLogger(LogLevel.Information);
Utility\CommandOutputLogger.cs (4)
30var logger = new CommandOutputLogger(LogLevel.Information); 46LogInternal(LogLevel.Information, data); 66if (DisplayMessage(LogLevel.Information)) 91case LogLevel.Information:
Utility\RemappedLevelLogger.cs (2)
28LogLevel.Information => _mapping.Information, 52public LogLevel Information { get; init; } = LogLevel.Information;
Utility\XPlatUtility.cs (1)
33return LogLevel.Information;
NuGet.Commands (4)
ClientCertificatesCommand\ListClientCertRunner.cs (1)
97clientCertificatesLogs.Add(new LogMessage(LogLevel.Information, builder.ToString()));
CommandRunners\PackCommandRunner.cs (1)
983LogLevel.Information));
RestoreCommand\RestoreRunner.cs (1)
311result is NoOpRestoreResult ? LogLevel.Information : LogLevel.Minimal,
RestoreCommand\Utility\MSBuildRestoreUtility.cs (1)
428var message = new RestoreLogMessage(LogLevel.Information, text);
NuGet.Common (3)
Logging\LegacyLoggerAdapter.cs (1)
31case LogLevel.Information:
Logging\LoggerBase.cs (2)
55Log(LogLevel.Information, data); 60Log(LogLevel.Information, data);
NuGet.PackageManagement (2)
MessageLevelExtensions.cs (1)
20case MessageLevel.Info: return LogLevel.Information;
Utility\LogUtility.cs (1)
22case LogLevel.Information:
NuGet.Packaging (1)
Signing\SignatureLog.cs (1)
46return new SignatureLog(LogLevel.Information, NuGetLogCode.Undefined, message);
NuGet.Protocol (2)
Plugins\RequestHandlers\LogRequestHandler.cs (2)
139return LogLevel.Information; 154case LogLevel.Information: