3 references to SeeLogsAt
aspire (3)
Commands\RunCommand.cs (2)
394
InteractionService.DisplayMessage(KnownEmojis.PageFacingUp, string.Format(CultureInfo.CurrentCulture, InteractionServiceStrings.
SeeLogsAt
, ExecutionContext.LogFilePath));
409
InteractionService.DisplayMessage(KnownEmojis.PageFacingUp, string.Format(CultureInfo.CurrentCulture, InteractionServiceStrings.
SeeLogsAt
, ExecutionContext.LogFilePath));
Diagnostics\StartupErrorWriter.cs (1)
67
_errorConsole.MarkupLine(prefix + string.Format(CultureInfo.CurrentCulture, InteractionServiceStrings.
SeeLogsAt
, _logFilePath.EscapeMarkup()));