7 references to Logger
Aspire.Dashboard (7)
Components\Interactions\InteractionsProvider.cs (7)
96Logger.LogDebug("InteractionProvider is disabled because the DashboardClient is not enabled."); 115Logger.LogError(ex, "Unexpected error while displaying interaction dialogs."); 127Logger.LogError(ex, "Unexpected error while watching interactions."); 290Logger.LogWarning("Unexpected interaction kind: {Kind}", item.KindCase); 452Logger.LogDebug(ex, "Unexpected error when closing interaction {InteractionId} dialog reference.", item.InteractionId); 472Logger.LogWarning("Unexpected interaction kind: {Kind}", item.KindCase); 537Logger.LogError(ex, "Unexpected error while completing notification interaction {InteractionId}.", interaction.InteractionId);