1 write to _logger
Microsoft.AspNetCore.OutputCaching (1)
OutputCacheMiddleware.cs (1)
75_logger = loggerFactory.CreateLogger<OutputCacheMiddleware>();
13 references to _logger
Microsoft.AspNetCore.OutputCaching (13)
OutputCacheMiddleware.cs (13)
287_logger.NotModifiedServed(); 325_logger.CachedResponseServed(); 357_logger.UnableToQueryOutputCache(ex); 368_logger.GatewayTimeoutServed(); 373_logger.NoResponseServed(); 441_logger.ResponseNotCached(); 445_logger.ResponseCached(); 448_store, _logger, context.HttpContext.RequestAborted); 455_logger.ResponseContentLengthMismatchNotCached(); 460_logger.ResponseNotCached(); 539_logger.NotModifiedIfNoneMatchStar(); 553_logger.NotModifiedIfNoneMatchMatched(requestETag); 573_logger.NotModifiedIfModifiedSinceSatisfied(modified, modifiedSince);