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