9 references to BuildLogPrefix
Aspire.Hosting (9)
ApplicationModel\CommandsConfigurationExtensions.cs (9)
215mainLogger.LogInformation(BuildLogPrefix + "Stopping resource for rebuild..."); 235mainLogger.LogInformation(BuildLogPrefix + "Building project..."); 258mainLogger.LogError(BuildLogPrefix + "Build timed out."); 272mainLogger.LogInformation(BuildLogPrefix + "Build succeeded. Restarting resource..."); 287mainLogger.LogInformation(BuildLogPrefix + "Build succeeded. Resource will start with the updated binary when dependencies are ready."); 323mainLogger.LogError(BuildLogPrefix + "Build failed with exit code {ExitCode}.", exitCode); 335mainLogger.LogWarning(BuildLogPrefix + "Rebuild was cancelled."); 372targetLogger.LogWarning(BuildLogPrefix + "{Content}", line.Content); 376targetLogger.LogInformation(BuildLogPrefix + "{Content}", line.Content);