1 write to _logger
Microsoft.NET.Build.Containers (1)
Registry\Registry.cs (1)
121_logger = logger;
23 references to _logger
Microsoft.NET.Build.Containers (23)
Registry\Registry.cs (23)
261return new ImageBuilder(manifest, manifest.MediaType ?? manifestMediaType, new ImageConfig(configDoc), _logger); 436_logger.LogTrace( 469_logger.LogTrace("Download attempt {0}/{1} for repository '{2}' failed. Error: {3}", retryCount, MaxDownloadRetries, repository, ex.ToString()); 505_logger.LogTrace("Uploading {0} bytes of content in chunks of {1} bytes.", contents.Length, chunkBackingStore.Length); 511_logger.LogTrace("Processing next chunk because current position {0} < content size {1}, chunk size: {2}.", contents.Position, contents.Length, chunkBackingStore.Length); 538_logger.LogTrace("Chunked upload is forced in configuration, attempting to upload blob in chunks. Content length: {0}.", contents.Length); 544_logger.LogTrace("Attempting to upload whole blob, content length: {0}.", contents.Length); 549_logger.LogTrace("Errored while uploading whole blob: {0}.\nRetrying with chunked upload. Content length: {1}.", ex, contents.Length); 562_logger.LogInformation(Strings.Registry_LayerExists, digest); 569_logger.LogTrace("Started upload session for {0}", digest); 574_logger.LogTrace("Uploaded content for {0}", digest); 578_logger.LogTrace("Finalized upload session for {0}", digest); 591_logger.LogInformation(Strings.Registry_TagUploadStarted, tag, RegistryName); 593_logger.LogInformation(Strings.Registry_TagUploaded, tag, RegistryName); 610_logger.LogInformation(Strings.Registry_LayerUploadStarted, digest, destinationRegistry.RegistryName); 613_logger.LogInformation(Strings.Registry_LayerExists, digest); 628_logger.LogInformation(Strings.Registry_LayerUploaded, digest, destinationRegistry.RegistryName); 653_logger.LogInformation(Strings.Registry_ConfigUploadStarted, configDigest); 655_logger.LogInformation(Strings.Registry_ConfigUploaded); 666_logger.LogInformation(Strings.Registry_TagUploadStarted, tag, RegistryName); 668_logger.LogInformation(Strings.Registry_TagUploaded, tag, RegistryName); 673_logger.LogInformation(Strings.Registry_ManifestUploadStarted, RegistryName, builtImage.ManifestDigest); 675_logger.LogInformation(Strings.Registry_ManifestUploaded, RegistryName);