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