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
,