11 implementations of Log
Aspire.Hosting (2)
Pipelines\NullPipelineActivityReporter.cs (1)
57public void Log(LogLevel logLevel, string message)
Pipelines\ReportingStep.cs (1)
143public void Log(LogLevel logLevel, string message)
Aspire.Hosting.Azure.Kubernetes.Tests (1)
tests\Shared\TestPipelineActivityReporter.cs (1)
225public void Log(LogLevel logLevel, string message)
Aspire.Hosting.Azure.Tests (1)
tests\Shared\TestPipelineActivityReporter.cs (1)
225public void Log(LogLevel logLevel, string message)
Aspire.Hosting.Docker.Tests (1)
tests\Shared\TestPipelineActivityReporter.cs (1)
225public void Log(LogLevel logLevel, string message)
Aspire.Hosting.Foundry.Tests (1)
tests\Shared\TestPipelineActivityReporter.cs (1)
225public void Log(LogLevel logLevel, string message)
Aspire.Hosting.Java.Tests (1)
tests\Shared\TestPipelineActivityReporter.cs (1)
225public void Log(LogLevel logLevel, string message)
Aspire.Hosting.Kubernetes.Tests (1)
tests\Shared\TestPipelineActivityReporter.cs (1)
225public void Log(LogLevel logLevel, string message)
Aspire.Hosting.Rust.Tests (1)
tests\Shared\TestPipelineActivityReporter.cs (1)
225public void Log(LogLevel logLevel, string message)
Aspire.Hosting.Tests (2)
Pipelines\PipelineLoggerProviderTests.cs (1)
163public void Log(LogLevel logLevel, string message)
tests\Shared\TestPipelineActivityReporter.cs (1)
225public void Log(LogLevel logLevel, string message)
11 references to Log
Aspire.Hosting (3)
Ats\PipelineExports.cs (1)
105reportingStep.Log(ParseLogLevel(level), message);
Pipelines\DistributedApplicationPipeline.cs (1)
1351context.ReportingStep.Log(LogLevel.Information, sb.ToString());
Pipelines\PipelineLoggerProvider.cs (1)
97step.Log(logLevel, message);
Aspire.Hosting.Azure.AppService (1)
AzureAppServiceEnvironmentResource.cs (1)
298context.ReportingStep.Log(LogLevel.Error, error);
Aspire.Hosting.Foundry (1)
PromptAgent\AzurePromptAgentResource.cs (1)
230context.ReportingStep.Log(LogLevel.Warning, retryMessage);
Aspire.Hosting.Radius (5)
Publishing\RadiusBicepPublishingContext.cs (1)
120context.ReportingStep.Log(LogLevel.Error, ex.Message);
Publishing\RadiusDeploymentPipelineStep.cs (4)
175context.ReportingStep.Log(LogLevel.Information, e.Data); 185context.ReportingStep.Log(LogLevel.Warning, e.Data); 227context.ReportingStep.Log(LogLevel.Error, errorMessage); 239context.ReportingStep.Log(LogLevel.Error, ex.Message);
Aspire.Hosting.Tests (1)
Publishing\PipelineActivityReporterTests.cs (1)
1108step.Log(LogLevel.Information, "Test log");