1 write to _logger
aspire (1)
Projects\GuestRuntime.cs (1)
43_logger = logger;
9 references to _logger
aspire (9)
Projects\GuestRuntime.cs (9)
84_logger.LogDebug("No initialization configured for {Language}", _spec.Language); 126_logger.LogDebug("No dependency installation configured for {Language}", _spec.Language); 262_logger.LogDebug("Skipping up-to-date pre-execution command: {Command}", commandSpec.Command); 266_logger.LogDebug("Launching pre-execution command: {Command} {Args}", commandSpec.Command, string.Join(" ", args)); 421_logger.LogDebug(ex, "Unable to scan up-to-date check input {Input}; treating the command as out of date.", path); 527_logger.LogDebug(ex, "Unable to write up-to-date stamp {Stamp}.", stampFile.FullName); 547_logger.LogDebug("Launching: {Command} {Args}", commandSpec.Command, string.Join(" ", args)); 591_logger.LogInformation("Creating missing required file: {FileName}", fileName); 602_logger,