Components\Pages\ConsoleLogs.razor.cs (20)
163Logger.LogDebug("Loading task completed.");
167Logger.LogDebug("Load task canceled.");
171Logger.LogWarning(ex, "Load timeout while waiting for resource {ResourceName}.", ResourceName);
186Logger.LogDebug("Received initial resource snapshot with {ResourceCount} resources.", snapshot.Length);
206Logger.LogDebug("No resource selected.");
246Logger.LogDebug("Selected console resource from name {ResourceName}.", ResourceName);
254return _resources.GetApplication(Logger, ResourceName, canSelectGrouping: false, fallback: _noSelection);
259Logger.LogDebug("Initializing console logs view model.");
270Logger.LogDebug("New resource {ResourceName} selected.", selectedResourceName);
276Logger.LogDebug("Creating new subscription {SubscriptionId}.", newConsoleLogsSubscription.SubscriptionId);
278if (Logger.IsEnabled(LogLevel.Debug))
283Logger.LogDebug("Canceling subscription {SubscriptionId} to {ResourceName}.", s.SubscriptionId, s.Name);
300Logger.LogDebug("Creating new log entries collection.");
464Logger.LogDebug("Starting log subscription {SubscriptionId}.", newConsoleLogsSubscription.SubscriptionId);
469Logger.LogDebug("Subscribing to console logs with subscription {SubscriptionId} to resource {ResourceName}.", newConsoleLogsSubscription.SubscriptionId, newConsoleLogsSubscription.Name);
481Logger.LogDebug("Adding {PauseIntervalsCount} pause intervals on initial logs load.", pauseIntervals.Length);
530Logger.LogDebug("Subscription {SubscriptionId} finished watching logs for resource {ResourceName}.", newConsoleLogsSubscription.SubscriptionId, newConsoleLogsSubscription.Name);
666Logger.LogDebug("Console logs paused new value: {IsPausedNewValue}", isPaused);
677Logger.LogDebug("Inserting new pause log entry starting at {StartTimestamp}.", timestamp);
685Logger.LogDebug("Updating pause log entry starting at {StartTimestamp} with end of {EndTimestamp}.", pause.StartTime, timestamp);