File: _generated\0\LoggerMessage.g.cs
Web Access
Project: src\src\aspnetcore\src\Middleware\Localization\src\Microsoft.AspNetCore.Localization.csproj (Microsoft.AspNetCore.Localization)
// <auto-generated/>
#nullable enable

namespace Microsoft.AspNetCore.Localization
{
    partial class RequestCultureProviderLoggerExtensions
    {
        [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Extensions.Logging.Generators", "11.0.14.26904")]
        private static readonly global::System.Action<global::Microsoft.Extensions.Logging.ILogger, string, global::System.Collections.Generic.IList<global::Microsoft.Extensions.Primitives.StringSegment>, global::System.Exception?> __UnsupportedCulturesCallback =
            global::Microsoft.Extensions.Logging.LoggerMessage.Define<string, global::System.Collections.Generic.IList<global::Microsoft.Extensions.Primitives.StringSegment>>(global::Microsoft.Extensions.Logging.LogLevel.Debug, new global::Microsoft.Extensions.Logging.EventId(1, "UnsupportedCulture"), "{requestCultureProvider} returned the following unsupported cultures '{cultures}'.", new global::Microsoft.Extensions.Logging.LogDefineOptions() { SkipEnabledCheck = true });

        /// <summary>
        /// <para><b>Message:</b> {requestCultureProvider} returned the following unsupported cultures &apos;{cultures}&apos;.</para>
        /// <para><b>Level:</b> Debug</para>
        /// </summary>
        [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Extensions.Logging.Generators", "11.0.14.26904")]
        public static partial void UnsupportedCultures(this global::Microsoft.Extensions.Logging.ILogger logger, string requestCultureProvider, global::System.Collections.Generic.IList<global::Microsoft.Extensions.Primitives.StringSegment> cultures)
        {
            if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug))
            {
                __UnsupportedCulturesCallback(logger, requestCultureProvider, cultures, null);
            }
        }
        [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Extensions.Logging.Generators", "11.0.14.26904")]
        private static readonly global::System.Action<global::Microsoft.Extensions.Logging.ILogger, string, global::System.Collections.Generic.IList<global::Microsoft.Extensions.Primitives.StringSegment>, global::System.Exception?> __UnsupportedUICulturesCallback =
            global::Microsoft.Extensions.Logging.LoggerMessage.Define<string, global::System.Collections.Generic.IList<global::Microsoft.Extensions.Primitives.StringSegment>>(global::Microsoft.Extensions.Logging.LogLevel.Debug, new global::Microsoft.Extensions.Logging.EventId(2, "UnsupportedUICulture"), "{requestCultureProvider} returned the following unsupported UI Cultures '{uiCultures}'.", new global::Microsoft.Extensions.Logging.LogDefineOptions() { SkipEnabledCheck = true });

        /// <summary>
        /// <para><b>Message:</b> {requestCultureProvider} returned the following unsupported UI Cultures &apos;{uiCultures}&apos;.</para>
        /// <para><b>Level:</b> Debug</para>
        /// </summary>
        [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Extensions.Logging.Generators", "11.0.14.26904")]
        public static partial void UnsupportedUICultures(this global::Microsoft.Extensions.Logging.ILogger logger, string requestCultureProvider, global::System.Collections.Generic.IList<global::Microsoft.Extensions.Primitives.StringSegment> uiCultures)
        {
            if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug))
            {
                __UnsupportedUICulturesCallback(logger, requestCultureProvider, uiCultures, null);
            }
        }
    }
}