1 write to _nugetLogger
Microsoft.TemplateEngine.Edge (1)
Installers\NuGet\NugetApiPackageManager.cs (1)
31_nugetLogger = new NuGetLogger(_environmentSettings.Host.LoggerFactory);
29 references to _nugetLogger
Microsoft.TemplateEngine.Edge (29)
Installers\NuGet\NugetApiPackageManager.cs (29)
103_nugetLogger.LogError(string.Format(LocalizableStrings.NuGetApiPackageManager_Error_FailedToLoadSource, source.Source)); 104_nugetLogger.LogDebug($"Details: {e}."); 111_nugetLogger.LogError(string.Format(LocalizableStrings.NuGetApiPackageManager_Error_FileAlreadyExists, filePath)); 122_nugetLogger, 137_nugetLogger.LogWarning( 148_nugetLogger.LogWarning( 152_nugetLogger.LogDebug($"Details: {ex}."); 159_nugetLogger.LogWarning( 164_nugetLogger.LogDebug($"Details: {e}."); 171_nugetLogger.LogWarning( 175_nugetLogger.LogDebug($"Details: {ex}."); 236_nugetLogger.LogWarning(string.Format(LocalizableStrings.NuGetApiPackageManager_Warning_InsecureFeed, packagesString)); 295_nugetLogger.LogDebug( 338_nugetLogger.LogDebug($"{packageIdentifier}@{packageVersion} was found in {foundSource.Source}."); 344_nugetLogger.LogDebug($"{packageIdentifier}@{packageVersion} is not found in NuGet feed {foundSource.Source}."); 351_nugetLogger.LogWarning( 371_nugetLogger.LogDebug($"Searching for {packageIdentifier} in {source.Source}."); 381_nugetLogger, 386_nugetLogger.LogDebug($"Found {packageMetadata.Count()} versions for {packageIdentifier} in NuGet feed {source.Source}."); 400_nugetLogger.LogDebug($"{packageIdentifier} is not found in NuGet feed {source.Source}."); 412_nugetLogger.LogDebug(string.Format(LocalizableStrings.NuGetApiPackageManager_Error_FailedToReadPackage, source.Source)); 413_nugetLogger.LogDebug($"Details: {ex}."); 431_nugetLogger, 450_nugetLogger.LogError(string.Format(LocalizableStrings.NuGetApiPackageManager_Error_FailedToLoadSources, currentDirectory)); 451_nugetLogger.LogDebug($"Details: {ex}."); 459_nugetLogger.LogError(LocalizableStrings.NuGetApiPackageManager_Error_NoSources); 474_nugetLogger.LogDebug($"Custom source {source} is already loaded from default configuration."); 480_nugetLogger.LogWarning(string.Format(LocalizableStrings.NuGetApiPackageManager_Warning_FailedToLoadSource, source)); 489_nugetLogger.LogError(LocalizableStrings.NuGetApiPackageManager_Error_NoSources);