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)
63await _logger.LogAsync(LogLevel.Minimal, string.Format(CultureInfo.CurrentCulture, Strings.SuccessfullySynchronizedTrustedRepository, name)); 139await _logger.LogAsync(LogLevel.Minimal, string.Format(CultureInfo.CurrentCulture, Strings.SuccessfullyAddedTrustedRepository, name)); 152await _logger.LogAsync(LogLevel.Minimal, string.Format(CultureInfo.CurrentCulture, Strings.SuccessfullyAddedTrustedAuthor, name)); 210_logger.Log(LogLevel.Minimal, string.Format(CultureInfo.CurrentCulture, logMessage, name)); 239await _logger.LogAsync(LogLevel.Minimal, string.Format(CultureInfo.CurrentCulture, Strings.SuccessfullyAddedTrustedRepository, name));