11 references to LoggedMessage
Microsoft.AspNetCore.OutputCaching.Tests (11)
TestUtils.cs (11)
289internal static LoggedMessage NotModifiedIfNoneMatchStar => new LoggedMessage(1, LogLevel.Debug); 290internal static LoggedMessage NotModifiedIfNoneMatchMatched => new LoggedMessage(2, LogLevel.Debug); 291internal static LoggedMessage NotModifiedIfModifiedSinceSatisfied => new LoggedMessage(3, LogLevel.Debug); 292internal static LoggedMessage NotModifiedServed => new LoggedMessage(4, LogLevel.Information); 293internal static LoggedMessage CachedResponseServed => new LoggedMessage(5, LogLevel.Information); 294internal static LoggedMessage GatewayTimeoutServed => new LoggedMessage(6, LogLevel.Information); 295internal static LoggedMessage NoResponseServed => new LoggedMessage(7, LogLevel.Information); 296internal static LoggedMessage ResponseCached => new LoggedMessage(8, LogLevel.Information); 297internal static LoggedMessage ResponseNotCached => new LoggedMessage(9, LogLevel.Information); 298internal static LoggedMessage ResponseContentLengthMismatchNotCached => new LoggedMessage(10, LogLevel.Warning); 299internal static LoggedMessage ExpirationExpiresExceeded => new LoggedMessage(11, LogLevel.Debug);