1 write to _logger
Microsoft.AspNetCore.OutputCaching (1)
OutputCacheMiddleware.cs (1)
75_logger = loggerFactory.CreateLogger<OutputCacheMiddleware>();
14 references to _logger
Microsoft.AspNetCore.OutputCaching (14)
OutputCacheMiddleware.cs (14)
283_logger.ExpirationExpiresExceeded(context.ResponseTime!.Value); 293_logger.NotModifiedServed(); 331_logger.CachedResponseServed(); 363_logger.UnableToQueryOutputCache(ex); 374_logger.GatewayTimeoutServed(); 379_logger.NoResponseServed(); 444_logger.ResponseNotCached(); 448_logger.ResponseCached(); 451_store, _logger, context.HttpContext.RequestAborted); 456_logger.ResponseContentLengthMismatchNotCached(); 461_logger.ResponseNotCached(); 538_logger.NotModifiedIfNoneMatchStar(); 552_logger.NotModifiedIfNoneMatchMatched(requestETag); 572_logger.NotModifiedIfModifiedSinceSatisfied(modified, modifiedSince);