1 write to _logger
Microsoft.NET.Build.Containers (1)
LocalDaemons\ContainerRuntime.cs (1)
66_logger = loggerFactory.CreateLogger<ContainerRuntime>();
8 references to _logger
Microsoft.NET.Build.Containers (8)
LocalDaemons\ContainerRuntime.cs (8)
67_operations = new ContainerRuntimeOperations(_logger, tryRunCommand); 110_logger.LogError($"Cannot find {GetCommandsForCurrentPlatform()} executable."); 120_logger.LogInformation(Strings.LocalDocker_FailedToGetConfig, ex.Message); 121_logger.LogTrace("Full information: {0}", ex); 143DockerCommand => new DockerContainerRuntime(_operations, _logger), 144PodmanCommand => new PodmanContainerRuntime(_operations, _logger), 145WslcCommand => new WslcContainerRuntime(_operations, _logger), 146MacOSContainerCommand => new MacOSContainerRuntime(_operations, _logger),