| File: _generated\0\LoggerMessage.g.cs | Web Access |
| Project: src\aspnetcore\src\Mvc\Mvc.TagHelpers\src\Microsoft.AspNetCore.Mvc.TagHelpers.csproj (Microsoft.AspNetCore.Mvc.TagHelpers) |
// <auto-generated/> #nullable enable namespace Microsoft.AspNetCore.Mvc.TagHelpers.Cache { partial class DistributedCacheTagHelperService { partial class Log { [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Extensions.Logging.Generators", "11.0.14.38206")] private static readonly global::System.Action<global::Microsoft.Extensions.Logging.ILogger, string, global::System.Exception?> __DistributedFormatterDeserializationExceptionCallback = global::Microsoft.Extensions.Logging.LoggerMessage.Define<string>(global::Microsoft.Extensions.Logging.LogLevel.Error, new global::Microsoft.Extensions.Logging.EventId(1, "DistributedFormatterDeserializationException"), "Couldn't deserialize cached value for key {Key}.", new global::Microsoft.Extensions.Logging.LogDefineOptions() { SkipEnabledCheck = true }); /// <summary> /// <para><b>Message:</b> Couldn't deserialize cached value for key {Key}.</para> /// <para><b>Level:</b> Error</para> /// </summary> [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Extensions.Logging.Generators", "11.0.14.38206")] public static partial void DistributedFormatterDeserializationException(global::Microsoft.Extensions.Logging.ILogger logger, string key, global::System.Exception exception) { if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Error)) { __DistributedFormatterDeserializationExceptionCallback(logger, key, exception); } } } } }