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)
286_logger.NotModifiedServed(); 324_logger.CachedResponseServed(); 356_logger.UnableToQueryOutputCache(ex); 367_logger.GatewayTimeoutServed(); 372_logger.NoResponseServed(); 437_logger.ResponseNotCached(); 441_logger.ResponseCached(); 444_store, _logger, context.HttpContext.RequestAborted); 449_logger.ResponseContentLengthMismatchNotCached(); 454_logger.ResponseNotCached(); 531_logger.NotModifiedIfNoneMatchStar(); 545_logger.NotModifiedIfNoneMatchMatched(requestETag); 565_logger.NotModifiedIfModifiedSinceSatisfied(modified, modifiedSince);