6 references to Logger
Aspire.Dashboard (6)
Components\Interactions\InteractionsProvider.cs (6)
97
Logger
.LogDebug("InteractionProvider is disabled because the DashboardClient is not enabled.");
116
Logger
.LogError(ex, "Unexpected error while displaying interaction dialogs.");
128
Logger
.LogError(ex, "Unexpected error while watching interactions.");
274
Logger
.LogWarning("Unexpected interaction kind: {Kind}", item.KindCase);
485
Logger
.LogDebug(ex, "Unexpected error when closing interaction {InteractionId} dialog reference.", item.InteractionId);
505
Logger
.LogWarning("Unexpected interaction kind: {Kind}", item.KindCase);