1 write to _logFilePath
aspire (1)
Diagnostics\StartupErrorWriter.cs (1)
40
_logFilePath
= logFilePath;
2 references to _logFilePath
aspire (2)
Diagnostics\StartupErrorWriter.cs (2)
61
if (!_hasOutput || !File.Exists(
_logFilePath
))
67
_errorConsole.MarkupLine(prefix + string.Format(CultureInfo.CurrentCulture, InteractionServiceStrings.SeeLogsAt,
_logFilePath
.EscapeMarkup()));