| File: _generated\0\LoggerMessage.g.cs | Web Access |
| Project: src\aspnetcore\src\Middleware\Microsoft.AspNetCore.OutputCaching.StackExchangeRedis\src\Microsoft.AspNetCore.OutputCaching.StackExchangeRedis.csproj (Microsoft.AspNetCore.OutputCaching.StackExchangeRedis) |
// <auto-generated/> #nullable enable namespace Microsoft.AspNetCore.OutputCaching.StackExchangeRedis { partial class RedisOutputCacheStore { [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Extensions.Logging.Generators", "11.0.14.36704")] private static readonly global::System.Action<global::Microsoft.Extensions.Logging.ILogger, global::System.Exception?> __RedisOutputCacheGCTransientFaultCallback = global::Microsoft.Extensions.Logging.LoggerMessage.Define(global::Microsoft.Extensions.Logging.LogLevel.Warning, new global::Microsoft.Extensions.Logging.EventId(1, "RedisOutputCacheGCTransientError"), "Transient error occurred executing redis output-cache GC loop.", new global::Microsoft.Extensions.Logging.LogDefineOptions() { SkipEnabledCheck = true }); /// <summary> /// <para><b>Message:</b> Transient error occurred executing redis output-cache GC loop.</para> /// <para><b>Level:</b> Warning</para> /// </summary> [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Extensions.Logging.Generators", "11.0.14.36704")] internal static partial void RedisOutputCacheGCTransientFault(global::Microsoft.Extensions.Logging.ILogger logger, global::System.Exception exception) { if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Warning)) { __RedisOutputCacheGCTransientFaultCallback(logger, exception); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Extensions.Logging.Generators", "11.0.14.36704")] private static readonly global::System.Action<global::Microsoft.Extensions.Logging.ILogger, global::System.Exception?> __RedisOutputCacheGCFatalErrorCallback = global::Microsoft.Extensions.Logging.LoggerMessage.Define(global::Microsoft.Extensions.Logging.LogLevel.Error, new global::Microsoft.Extensions.Logging.EventId(2, "RedisOutputCacheGCFatalError"), "Fatal error occurred executing redis output-cache GC loop.", new global::Microsoft.Extensions.Logging.LogDefineOptions() { SkipEnabledCheck = true }); /// <summary> /// <para><b>Message:</b> Fatal error occurred executing redis output-cache GC loop.</para> /// <para><b>Level:</b> Error</para> /// </summary> [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Extensions.Logging.Generators", "11.0.14.36704")] internal static partial void RedisOutputCacheGCFatalError(global::Microsoft.Extensions.Logging.ILogger logger, global::System.Exception exception) { if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Error)) { __RedisOutputCacheGCFatalErrorCallback(logger, exception); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Extensions.Logging.Generators", "11.0.14.36704")] private static readonly global::System.Action<global::Microsoft.Extensions.Logging.ILogger, global::System.Exception?> __UnableToAddLibraryNameSuffixCallback = global::Microsoft.Extensions.Logging.LoggerMessage.Define(global::Microsoft.Extensions.Logging.LogLevel.Debug, new global::Microsoft.Extensions.Logging.EventId(3, "UnableToAddLibraryNameSuffix"), "Unable to add library name suffix.", new global::Microsoft.Extensions.Logging.LogDefineOptions() { SkipEnabledCheck = true }); /// <summary> /// <para><b>Message:</b> Unable to add library name suffix.</para> /// <para><b>Level:</b> Debug</para> /// </summary> [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Extensions.Logging.Generators", "11.0.14.36704")] internal static partial void UnableToAddLibraryNameSuffix(global::Microsoft.Extensions.Logging.ILogger logger, global::System.Exception exception) { if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) { __UnableToAddLibraryNameSuffixCallback(logger, exception); } } } }