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));