15 references to Logger
Aspire.Hosting (7)
ApplicationModel\ProjectResource.cs (1)
92var logger = ctx.Logger;
Pipelines\DistributedApplicationPipeline.cs (6)
52context.Logger.LogInformation("Initializing deployment for environment '{EnvironmentName}'", hostEnvironment.EnvironmentName); 61context.Logger.LogInformation("Deployment state will be loaded from: {StateFilePath}", stateFilePath); 84context.Logger.LogInformation("User declined to clear deployment state. Canceling pipeline execution."); 90context.Logger.LogInformation("Deleting deployment state file at {Path} due to --clear-cache flag", stateFilePath); 107context.Logger.LogInformation("Setting default deploy tag '{Tag}' for compute resource(s).", uniqueDeployTag); 557stepContext.Logger.LogError(ex, "Step '{StepName}' failed.", step.Name);
Aspire.Hosting.Azure (3)
AzureBicepResource.cs (2)
294context.Logger.LogDebug("Resource {ResourceName} is excluded from publish. Skipping provisioning.", resource.Name); 302context.Logger.LogDebug("Resource {ResourceName} is already provisioned. Skipping provisioning.", resource.Name);
AzureEnvironmentResource.cs (1)
130context.Logger,
Aspire.Hosting.Docker (4)
DockerComposeEnvironmentResource.cs (4)
191context.Logger, 231context.Logger.LogDebug("docker compose up (stdout): {Output}", output); 235context.Logger.LogDebug("docker compose up (stderr): {Error}", error); 334var envFile = EnvFile.Create(envFilePath, context.Logger);
Aspire.Hosting.Kubernetes (1)
KubernetesEnvironmentResource.cs (1)
118context.Logger,