1 write to _logger
NuGet.Commands (1)
TrustedSignersCommand\TrustedSignerActionsProvider.cs (1)
35
_logger
= logger ?? throw new ArgumentNullException(nameof(logger));
5 references to _logger
NuGet.Commands (5)
TrustedSignersCommand\TrustedSignerActionsProvider.cs (5)
63
await
_logger
.LogAsync(LogLevel.Minimal, string.Format(CultureInfo.CurrentCulture, Strings.SuccessfullySynchronizedTrustedRepository, name));
139
await
_logger
.LogAsync(LogLevel.Minimal, string.Format(CultureInfo.CurrentCulture, Strings.SuccessfullyAddedTrustedRepository, name));
152
await
_logger
.LogAsync(LogLevel.Minimal, string.Format(CultureInfo.CurrentCulture, Strings.SuccessfullyAddedTrustedAuthor, name));
210
_logger
.Log(LogLevel.Minimal, string.Format(CultureInfo.CurrentCulture, logMessage, name));
239
await
_logger
.LogAsync(LogLevel.Minimal, string.Format(CultureInfo.CurrentCulture, Strings.SuccessfullyAddedTrustedRepository, name));