Components\Pages\ConsoleLogs.razor.cs (21)
171Logger.LogDebug("Loading task completed.");
175Logger.LogDebug("Load task canceled.");
179Logger.LogWarning(ex, "Load timeout while waiting for resource {ResourceName}.", ResourceName);
192Logger.LogDebug("Received initial resource snapshot with {ResourceCount} resources.", snapshot.Length);
212Logger.LogDebug("No resource selected.");
252Logger.LogDebug("Selected console resource from name {ResourceName}.", ResourceName);
260return _resources.GetApplication(Logger, ResourceName, canSelectGrouping: false, fallback: _noSelection);
265Logger.LogDebug("Initializing console logs view model.");
276Logger.LogDebug("New resource {ResourceName} selected.", selectedResourceName);
282Logger.LogDebug("Creating new subscription {SubscriptionId}.", newConsoleLogsSubscription.SubscriptionId);
284if (Logger.IsEnabled(LogLevel.Debug))
289Logger.LogDebug("Canceling subscription {SubscriptionId} to {ResourceName}.", s.SubscriptionId, s.Name);
306Logger.LogDebug("Creating new log entries collection.");
492Logger.LogDebug("Starting log subscription {SubscriptionId}.", newConsoleLogsSubscription.SubscriptionId);
497Logger.LogDebug("Subscribing to console logs with subscription {SubscriptionId} to resource {ResourceName}.", newConsoleLogsSubscription.SubscriptionId, newConsoleLogsSubscription.Name);
509Logger.LogDebug("Adding {PauseIntervalsCount} pause intervals on initial logs load.", pauseIntervals.Length);
558Logger.LogDebug("Subscription {SubscriptionId} finished watching logs for resource {ResourceName}.", newConsoleLogsSubscription.SubscriptionId, newConsoleLogsSubscription.Name);
694Logger.LogDebug("Console logs paused new value: {IsPausedNewValue}", isPaused);
705Logger.LogDebug("Inserting new pause log entry starting at {StartTimestamp}.", timestamp);
713Logger.LogDebug("Updating pause log entry starting at {StartTimestamp} with end of {EndTimestamp}.", pause.StartTime, timestamp);
794], Logger);