11 references to LoggedMessage
Microsoft.AspNetCore.OutputCaching.Tests (11)
TestUtils.cs (11)
299internal static LoggedMessage NotModifiedIfNoneMatchStar => new LoggedMessage(1, LogLevel.Debug);
300internal static LoggedMessage NotModifiedIfNoneMatchMatched => new LoggedMessage(2, LogLevel.Debug);
301internal static LoggedMessage NotModifiedIfModifiedSinceSatisfied => new LoggedMessage(3, LogLevel.Debug);
302internal static LoggedMessage NotModifiedServed => new LoggedMessage(4, LogLevel.Information);
303internal static LoggedMessage CachedResponseServed => new LoggedMessage(5, LogLevel.Information);
304internal static LoggedMessage GatewayTimeoutServed => new LoggedMessage(6, LogLevel.Information);
305internal static LoggedMessage NoResponseServed => new LoggedMessage(7, LogLevel.Information);
306internal static LoggedMessage ResponseCached => new LoggedMessage(8, LogLevel.Information);
307internal static LoggedMessage ResponseNotCached => new LoggedMessage(9, LogLevel.Information);
308internal static LoggedMessage ResponseContentLengthMismatchNotCached => new LoggedMessage(10, LogLevel.Warning);
309internal static LoggedMessage ExpirationExpiresExceeded => new LoggedMessage(11, LogLevel.Debug);