1 write to _logger
aspire (1)
Projects\GuestRuntime.cs (1)
51_logger = logger;
9 references to _logger
aspire (9)
Projects\GuestRuntime.cs (9)
99_logger.LogDebug("No initialization configured for {Language}", _spec.Language); 145_logger.LogDebug("No dependency installation configured for {Language}", _spec.Language); 293_logger.LogDebug("Skipping up-to-date pre-execution command: {Command}", commandSpec.Command); 297_logger.LogDebug("Launching pre-execution command: {Command} {Args}", commandSpec.Command, string.Join(" ", args)); 462_logger.LogDebug(ex, "Unable to scan up-to-date check input {Input}; treating the command as out of date.", path); 568_logger.LogDebug(ex, "Unable to write up-to-date stamp {Stamp}.", stampFile.FullName); 588_logger.LogDebug("Launching: {Command} {Args}", commandSpec.Command, string.Join(" ", args)); 637_logger.LogInformation("Creating missing required file: {FileName}", fileName); 648_logger,