1 write to _logger
Microsoft.NET.Build.Containers (1)
Registry\Registry.cs (1)
120_logger = logger;
22 references to _logger
Microsoft.NET.Build.Containers (22)
Registry\Registry.cs (22)
259return new ImageBuilder(manifest, manifest.MediaType ?? manifestMediaType, new ImageConfig(configDoc), _logger); 444_logger.LogTrace("Download attempt {0}/{1} for repository '{2}' failed. Error: {3}", retryCount, MaxDownloadRetries, repository, ex.ToString()); 480_logger.LogTrace("Uploading {0} bytes of content in chunks of {1} bytes.", contents.Length, chunkBackingStore.Length); 486_logger.LogTrace("Processing next chunk because current position {0} < content size {1}, chunk size: {2}.", contents.Position, contents.Length, chunkBackingStore.Length); 513_logger.LogTrace("Chunked upload is forced in configuration, attempting to upload blob in chunks. Content length: {0}.", contents.Length); 519_logger.LogTrace("Attempting to upload whole blob, content length: {0}.", contents.Length); 524_logger.LogTrace("Errored while uploading whole blob: {0}.\nRetrying with chunked upload. Content length: {1}.", ex, contents.Length); 537_logger.LogInformation(Strings.Registry_LayerExists, digest); 544_logger.LogTrace("Started upload session for {0}", digest); 549_logger.LogTrace("Uploaded content for {0}", digest); 553_logger.LogTrace("Finalized upload session for {0}", digest); 566_logger.LogInformation(Strings.Registry_TagUploadStarted, tag, RegistryName); 568_logger.LogInformation(Strings.Registry_TagUploaded, tag, RegistryName); 585_logger.LogInformation(Strings.Registry_LayerUploadStarted, digest, destinationRegistry.RegistryName); 588_logger.LogInformation(Strings.Registry_LayerExists, digest); 603_logger.LogInformation(Strings.Registry_LayerUploaded, digest, destinationRegistry.RegistryName); 628_logger.LogInformation(Strings.Registry_ConfigUploadStarted, configDigest); 630_logger.LogInformation(Strings.Registry_ConfigUploaded); 641_logger.LogInformation(Strings.Registry_TagUploadStarted, tag, RegistryName); 643_logger.LogInformation(Strings.Registry_TagUploaded, tag, RegistryName); 648_logger.LogInformation(Strings.Registry_ManifestUploadStarted, RegistryName, builtImage.ManifestDigest); 650_logger.LogInformation(Strings.Registry_ManifestUploaded, RegistryName);