Components\Pages\ConsoleLogs.razor.cs (22)
173Logger.LogDebug("Loading task completed.");
177Logger.LogDebug("Load task canceled.");
181Logger.LogWarning(ex, "Load timeout while waiting for resource {ResourceName}.", ResourceName);
194Logger.LogDebug("Received initial resource snapshot with {ResourceCount} resources.", snapshot.Length);
214Logger.LogDebug("No resource selected.");
254Logger.LogDebug("Selected console resource from name {ResourceName}.", ResourceName);
262return _resources.GetApplication(Logger, ResourceName, canSelectGrouping: false, fallback: _noSelection);
267Logger.LogDebug("Initializing console logs view model.");
278Logger.LogDebug("New resource {ResourceName} selected.", selectedResourceName);
284Logger.LogDebug("Creating new subscription {SubscriptionId}.", newConsoleLogsSubscription.SubscriptionId);
286if (Logger.IsEnabled(LogLevel.Debug))
291Logger.LogDebug("Canceling subscription {SubscriptionId} to {ResourceName}.", s.SubscriptionId, s.Name);
308Logger.LogDebug("Creating new log entries collection.");
511Logger.LogDebug("Starting log subscription {SubscriptionId}.", newConsoleLogsSubscription.SubscriptionId);
516Logger.LogDebug("Subscribing to console logs with subscription {SubscriptionId} to resource {ResourceName}.", newConsoleLogsSubscription.SubscriptionId, newConsoleLogsSubscription.Name);
528Logger.LogDebug("Adding {PauseIntervalsCount} pause intervals on initial logs load.", pauseIntervals.Length);
580Logger.LogError(ex, "Error watching logs for resource {ResourceName}.", newConsoleLogsSubscription.Name);
588Logger.LogDebug("Subscription {SubscriptionId} finished watching logs for resource {ResourceName}.", newConsoleLogsSubscription.SubscriptionId, newConsoleLogsSubscription.Name);
724Logger.LogDebug("Console logs paused new value: {IsPausedNewValue}", isPaused);
735Logger.LogDebug("Inserting new pause log entry starting at {StartTimestamp}.", timestamp);
743Logger.LogDebug("Updating pause log entry starting at {StartTimestamp} with end of {EndTimestamp}.", pause.StartTime, timestamp);
824], Logger);