1 write to _logger
Microsoft.AspNetCore.OutputCaching (1)
OutputCacheMiddleware.cs (1)
69_logger = loggerFactory.CreateLogger<OutputCacheMiddleware>();
14 references to _logger
Microsoft.AspNetCore.OutputCaching (14)
OutputCacheMiddleware.cs (14)
275_logger.ExpirationExpiresExceeded(context.ResponseTime!.Value); 285_logger.NotModifiedServed(); 323_logger.CachedResponseServed(); 355_logger.UnableToQueryOutputCache(ex); 366_logger.GatewayTimeoutServed(); 371_logger.NoResponseServed(); 436_logger.ResponseNotCached(); 440_logger.ResponseCached(); 443_store, _logger, context.HttpContext.RequestAborted); 448_logger.ResponseContentLengthMismatchNotCached(); 453_logger.ResponseNotCached(); 530_logger.NotModifiedIfNoneMatchStar(); 544_logger.NotModifiedIfNoneMatchMatched(requestETag); 564_logger.NotModifiedIfModifiedSinceSatisfied(modified, modifiedSince);