1 write to _logger
Aspire.Hosting.Dapr (1)
DaprDistributedApplicationLifecycleHook.cs (1)
32_logger = logger;
7 references to _logger
Aspire.Hosting.Dapr (7)
DaprDistributedApplicationLifecycleHook.cs (7)
350_logger.LogInformation("Stopping Dapr-related resources..."); 358_logger.LogWarning(ex, "Failed to delete temporary Dapr resources directory: {OnDemandResourcesRootPath}", _onDemandResourcesRootPath); 376_logger.LogInformation("Starting Dapr-related resources..."); 418_logger.LogInformation("Using default Dapr pub-sub for component '{ComponentName}'.", component.Name); 427_logger.LogInformation("Using in-memory Dapr pub-sub for component '{ComponentName}'.", component.Name); 441_logger.LogInformation("Using default Dapr state store for component '{ComponentName}'.", component.Name); 450_logger.LogInformation("Using in-memory Dapr state store for component '{ComponentName}'.", component.Name);