8 references to BuildLogPrefix
Aspire.Hosting (8)
ApplicationModel\CommandsConfigurationExtensions.cs (8)
348mainLogger.LogError(BuildLogPrefix + "Build failed with exit code {ExitCode}.", exitCode); 413logger.LogInformation(BuildLogPrefix + "{Message}", message); 419logger.LogWarning(BuildLogPrefix + "{Message}", message); 425logger.LogError(BuildLogPrefix + "{Message}", message); 440targetLogger.LogWarning(BuildLogPrefix + "{Content}", line.Content); 444targetLogger.LogInformation(BuildLogPrefix + "{Content}", line.Content); 487_lines.Enqueue(BuildLogPrefix + content); 498.Append(BuildLogPrefix)