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)
346_logger.LogInformation("Stopping Dapr-related resources..."); 354_logger.LogWarning(ex, "Failed to delete temporary Dapr resources directory: {OnDemandResourcesRootPath}", _onDemandResourcesRootPath); 372_logger.LogInformation("Starting Dapr-related resources..."); 414_logger.LogInformation("Using default Dapr pub-sub for component '{ComponentName}'.", component.Name); 423_logger.LogInformation("Using in-memory Dapr pub-sub for component '{ComponentName}'.", component.Name); 437_logger.LogInformation("Using default Dapr state store for component '{ComponentName}'.", component.Name); 446_logger.LogInformation("Using in-memory Dapr state store for component '{ComponentName}'.", component.Name);