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);
143
DockerCommand => new DockerContainerRuntime(_operations,
_logger
),
144
PodmanCommand => new PodmanContainerRuntime(_operations,
_logger
),
145
WslcCommand => new WslcContainerRuntime(_operations,
_logger
),
146
MacOSContainerCommand => new MacOSContainerRuntime(_operations,
_logger
),