6 implementations of Log
Aspire.Hosting (2)
Aspire.Hosting.Azure.Tests (1)
Aspire.Hosting.Docker.Tests (1)
Aspire.Hosting.Tests (2)
14 references to Log
Aspire.Hosting (2)
Aspire.Hosting.Azure.AppContainers (2)
Aspire.Hosting.Azure.AppService (5)
AzureAppServiceWebSiteResource.cs (5)
63ctx.ReportingStep.Log(LogLevel.Information, $"Website {websiteName} does not exist. Adding annotation to refresh provisionable resource", false);
96ctx.ReportingStep.Log(LogLevel.Information, $"Updated provisionable resource to deploy website and deployment slot", false);
100ctx.ReportingStep.Log(LogLevel.Warning, $"No environment context annotation on the environment resource", false);
132ctx.ReportingStep.Log(LogLevel.Information, $"Successfully deployed **{targetResource.Name}** to [{endpoint}]({endpoint})", enableMarkdown: true);
211context.ReportingStep.Log(LogLevel.Information, $"Check if website {websiteName} exists", false);
Aspire.Hosting.Docker (3)
Aspire.Hosting.Tests (2)