|
// <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.27135")]
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.27135")]
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);
}
}
}
}
} |