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)
332_logger.LogInformation("Stopping Dapr-related resources..."); 340_logger.LogWarning(ex, "Failed to delete temporary Dapr resources directory: {OnDemandResourcesRootPath}", _onDemandResourcesRootPath); 358_logger.LogInformation("Starting Dapr-related resources..."); 400_logger.LogInformation("Using default Dapr pub-sub for component '{ComponentName}'.", component.Name); 409_logger.LogInformation("Using in-memory Dapr pub-sub for component '{ComponentName}'.", component.Name); 423_logger.LogInformation("Using default Dapr state store for component '{ComponentName}'.", component.Name); 432_logger.LogInformation("Using in-memory Dapr state store for component '{ComponentName}'.", component.Name);