1 write to _logger
Aspire.Hosting.Azure (1)
Provisioning\Internal\BicepCompiler.cs (1)
20
_logger
= logger ?? throw new ArgumentNullException(nameof(logger));
5 references to _logger
Aspire.Hosting.Azure (5)
Provisioning\Internal\BicepCompiler.cs (5)
53
_logger
.LogDebug("{CommandPath} (stdout): {Output}", commandPath, data);
58
_logger
.LogDebug("{CommandPath} (stderr): {Error}", commandPath, data);
62
_logger
.LogDebug("Running {CommandPath} with arguments: {Arguments}", commandPath, arguments);
68
_logger
.LogError("Bicep compilation for {BicepFilePath} failed with exit code {ExitCode}.", bicepFilePath, exitCode);
72
_logger
.LogInformation("Bicep compilation for {BicepFilePath} succeeded.", bicepFilePath);