1 write to _logger
Aspire.Hosting.Dapr (1)
DaprDistributedApplicationLifecycleHook.cs (1)
31_logger = logger;
7 references to _logger
Aspire.Hosting.Dapr (7)
DaprDistributedApplicationLifecycleHook.cs (7)
349_logger.LogInformation("Stopping Dapr-related resources..."); 357_logger.LogWarning(ex, "Failed to delete temporary Dapr resources directory: {OnDemandResourcesRootPath}", _onDemandResourcesRootPath); 375_logger.LogInformation("Starting Dapr-related resources..."); 417_logger.LogInformation("Using default Dapr pub-sub for component '{ComponentName}'.", component.Name); 426_logger.LogInformation("Using in-memory Dapr pub-sub for component '{ComponentName}'.", component.Name); 440_logger.LogInformation("Using default Dapr state store for component '{ComponentName}'.", component.Name); 449_logger.LogInformation("Using in-memory Dapr state store for component '{ComponentName}'.", component.Name);