| 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.37516")] 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 'MapStaticAssets' is called before 'AddInteractiveWebAssemblyRenderMode'.</para> /// <para><b>Level:</b> Warning</para> /// </summary> [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Extensions.Logging.Generators", "11.0.14.37516")] 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.37516")] 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 '{ManifestPath}'. Ensure 'MapStaticAssets'(staticAssetsManifestPath) is called before 'AddInteractiveWebAssemblyRenderMode' 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.37516")] 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); } } } } }