File: _generated\0\LoggerMessage.g.cs
Web Access
Project: src\aspnetcore\src\Components\WebAssembly\Server\src\Microsoft.AspNetCore.Components.WebAssembly.Server.csproj (Microsoft.AspNetCore.Components.WebAssembly.Server)
// <auto-generated/>
#nullable enable
 
namespace Microsoft.AspNetCore.Builder
{
    partial class WebAssemblyRazorComponentsEndpointConventionBuilderExtensions
    {
        partial class Log
        {
            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Extensions.Logging.Generators", "11.0.14.31009")]
            private static readonly global::System.Action<global::Microsoft.Extensions.Logging.ILogger, global::System.Exception?> __StaticAssetsMappingNotFoundForDefaultManifestCallback =
                global::Microsoft.Extensions.Logging.LoggerMessage.Define(global::Microsoft.Extensions.Logging.LogLevel.Warning, new global::Microsoft.Extensions.Logging.EventId(1, nameof(StaticAssetsMappingNotFoundForDefaultManifest)), "Mapped static asset endpoints not found. Ensure 'MapStaticAssets' is called before 'AddInteractiveWebAssemblyRenderMode'.", new global::Microsoft.Extensions.Logging.LogDefineOptions() { SkipEnabledCheck = true });
 
            /// <summary>
            /// <para><b>Message:</b> Mapped static asset endpoints not found. Ensure &apos;MapStaticAssets&apos; is called before &apos;AddInteractiveWebAssemblyRenderMode&apos;.</para>
            /// <para><b>Level:</b> Warning</para>
            /// </summary>
            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Extensions.Logging.Generators", "11.0.14.31009")]
            internal static partial void StaticAssetsMappingNotFoundForDefaultManifest(global::Microsoft.Extensions.Logging.ILogger logger)
            {
                if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Warning))
                {
                    __StaticAssetsMappingNotFoundForDefaultManifestCallback(logger, null);
                }
            }
            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Extensions.Logging.Generators", "11.0.14.31009")]
            private static readonly global::System.Action<global::Microsoft.Extensions.Logging.ILogger, string, global::System.Exception?> __StaticAssetsMappingNotFoundWithManifestCallback =
                global::Microsoft.Extensions.Logging.LoggerMessage.Define<string>(global::Microsoft.Extensions.Logging.LogLevel.Warning, new global::Microsoft.Extensions.Logging.EventId(2, nameof(StaticAssetsMappingNotFoundWithManifest)), "Mapped static asset endpoints not found for manifest '{ManifestPath}'. Ensure 'MapStaticAssets'(staticAssetsManifestPath) is called before 'AddInteractiveWebAssemblyRenderMode' and that both manifest paths are the same.", new global::Microsoft.Extensions.Logging.LogDefineOptions() { SkipEnabledCheck = true });
 
            /// <summary>
            /// <para><b>Message:</b> Mapped static asset endpoints not found for manifest &apos;{ManifestPath}&apos;. Ensure &apos;MapStaticAssets&apos;(staticAssetsManifestPath) is called before &apos;AddInteractiveWebAssemblyRenderMode&apos; and that both manifest paths are the same.</para>
            /// <para><b>Level:</b> Warning</para>
            /// </summary>
            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Extensions.Logging.Generators", "11.0.14.31009")]
            internal static partial void StaticAssetsMappingNotFoundWithManifest(global::Microsoft.Extensions.Logging.ILogger logger, string manifestPath)
            {
                if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Warning))
                {
                    __StaticAssetsMappingNotFoundWithManifestCallback(logger, manifestPath, null);
                }
            }
        }
    }
}