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);