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