6 implementations of Log
Aspire.Hosting (2)
Pipelines\NullPipelineActivityReporter.cs (1)
57
public void
Log
(LogLevel logLevel, string message)
Pipelines\ReportingStep.cs (1)
131
public void
Log
(LogLevel logLevel, string message)
Aspire.Hosting.Azure.Tests (1)
tests\Shared\TestPipelineActivityReporter.cs (1)
207
public void
Log
(LogLevel logLevel, string message)
Aspire.Hosting.Docker.Tests (1)
tests\Shared\TestPipelineActivityReporter.cs (1)
207
public void
Log
(LogLevel logLevel, string message)
Aspire.Hosting.Tests (2)
Pipelines\PipelineLoggerProviderTests.cs (1)
163
public void
Log
(LogLevel logLevel, string message)
tests\Shared\TestPipelineActivityReporter.cs (1)
207
public void
Log
(LogLevel logLevel, string message)
5 references to Log
Aspire.Hosting (3)
Ats\PipelineExports.cs (1)
66
reportingStep.
Log
(ParseLogLevel(level), message);
Pipelines\DistributedApplicationPipeline.cs (1)
1059
context.ReportingStep.
Log
(LogLevel.Information, sb.ToString());
Pipelines\PipelineLoggerProvider.cs (1)
97
step.
Log
(logLevel, message);
Aspire.Hosting.Azure.AppService (1)
AzureAppServiceEnvironmentResource.cs (1)
202
context.ReportingStep.
Log
(LogLevel.Error, error);
Aspire.Hosting.Tests (1)
Publishing\PipelineActivityReporterTests.cs (1)
994
step.
Log
(LogLevel.Information, "Test log");