1 write to _logger
HtmlGenerationWebSite (1)
TestCacheTagHelper.cs (1)
23_logger = loggerFactory.CreateLogger<TestCacheTagHelper>();
2 references to _logger
HtmlGenerationWebSite (2)
TestCacheTagHelper.cs (2)
31_logger.LogInformation("Cache entry exists with key: " + cacheKey.GenerateKey()); 35_logger.LogInformation("Cache entry does NOT exist with key: " + cacheKey.GenerateKey());