5 references to _logger
aspire (5)
Documentation\ApiDocs\ApiDocsIndexService.cs (5)
366_logger.LogDebug("Loading Aspire API documentation index"); 377_logger.LogWarning("Failed to refresh Aspire API sitemap. Using cached index with {Count} items.", cachedItems.Length); 381_logger.LogWarning("Failed to fetch Aspire API sitemap"); 390_logger.LogInformation("Loaded {Count} API reference items from cache in {ElapsedTime:ss\\.fff} seconds.", cachedItems.Length, Stopwatch.GetElapsedTime(startTimestamp)); 406_logger.LogInformation("Indexed {Count} API reference items in {ElapsedTime:ss\\.fff} seconds.", itemArray.Length, Stopwatch.GetElapsedTime(startTimestamp));