File: _generated\0\LoggerMessage.g.cs
Web Access
Project: src\aspnetcore\src\Mvc\Mvc.Razor.RuntimeCompilation\src\Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation.csproj (Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation)
// <auto-generated/>
#nullable enable
 
namespace Microsoft.AspNetCore.Mvc.ApplicationModels
{
    partial class PageRouteModelFactory
    {
        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, string, global::System.Exception?> __UnsupportedAreaPathCallback =
                global::Microsoft.Extensions.Logging.LoggerMessage.Define<string>(global::Microsoft.Extensions.Logging.LogLevel.Warning, new global::Microsoft.Extensions.Logging.EventId(1, "UnsupportedAreaPath"), "The page at '{FilePath}' is located under the area root directory '/Areas/' but does not follow the path format '/Areas/AreaName/Pages/Directory/FileName.cshtml", new global::Microsoft.Extensions.Logging.LogDefineOptions() { SkipEnabledCheck = true });
 
            /// <summary>
            /// <para><b>Message:</b> The page at &apos;{FilePath}&apos; is located under the area root directory &apos;/Areas/&apos; but does not follow the path format &apos;/Areas/AreaName/Pages/Directory/FileName.cshtml</para>
            /// <para><b>Level:</b> Warning</para>
            /// </summary>
            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Extensions.Logging.Generators", "11.0.14.31009")]
            public static partial void UnsupportedAreaPath(global::Microsoft.Extensions.Logging.ILogger log, string filePath)
            {
                if (log.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Warning))
                {
                    __UnsupportedAreaPathCallback(log, filePath, null);
                }
            }
        }
    }
}
namespace Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation
{
    partial class PageDirectiveFeature
    {
        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, string, string[], global::System.Exception?> __MalformedPageDirectiveCallback =
                global::Microsoft.Extensions.Logging.LoggerMessage.Define<string, string[]>(global::Microsoft.Extensions.Logging.LogLevel.Warning, new global::Microsoft.Extensions.Logging.EventId(104, "MalformedPageDirective"), "The page directive at '{FilePath}' is malformed. Please fix the following issues: {Diagnostics}", new global::Microsoft.Extensions.Logging.LogDefineOptions() { SkipEnabledCheck = true });
 
            /// <summary>
            /// <para><b>Message:</b> The page directive at &apos;{FilePath}&apos; is malformed. Please fix the following issues: {Diagnostics}</para>
            /// <para><b>Level:</b> Warning</para>
            /// </summary>
            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Extensions.Logging.Generators", "11.0.14.31009")]
            private static partial void MalformedPageDirective(global::Microsoft.Extensions.Logging.ILogger logger, string filePath, string[] diagnostics)
            {
                __MalformedPageDirectiveCallback(logger, filePath, diagnostics, null);
            }
        }
    }
}
namespace Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation
{
    partial class RuntimeViewCompiler
    {
        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, string, global::System.Exception?> __GeneratedCodeToAssemblyCompilationStartCallback =
                global::Microsoft.Extensions.Logging.LoggerMessage.Define<string>(global::Microsoft.Extensions.Logging.LogLevel.Debug, new global::Microsoft.Extensions.Logging.EventId(1, nameof(GeneratedCodeToAssemblyCompilationStart)), "Compilation of the generated code for the Razor file at '{FilePath}' started.", new global::Microsoft.Extensions.Logging.LogDefineOptions() { SkipEnabledCheck = true });
 
            /// <summary>
            /// <para><b>Message:</b> Compilation of the generated code for the Razor file at &apos;{FilePath}&apos; started.</para>
            /// <para><b>Level:</b> Debug</para>
            /// </summary>
            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Extensions.Logging.Generators", "11.0.14.31009")]
            public static partial void GeneratedCodeToAssemblyCompilationStart(global::Microsoft.Extensions.Logging.ILogger logger, string filePath)
            {
                if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug))
                {
                    __GeneratedCodeToAssemblyCompilationStartCallback(logger, filePath, 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, double, global::System.Exception?> __GeneratedCodeToAssemblyCompilationEndCallback =
                global::Microsoft.Extensions.Logging.LoggerMessage.Define<string, double>(global::Microsoft.Extensions.Logging.LogLevel.Debug, new global::Microsoft.Extensions.Logging.EventId(2, nameof(GeneratedCodeToAssemblyCompilationEnd)), "Compilation of the generated code for the Razor file at '{FilePath}' completed in {ElapsedMilliseconds}ms.", new global::Microsoft.Extensions.Logging.LogDefineOptions() { SkipEnabledCheck = true });
 
            /// <summary>
            /// <para><b>Message:</b> Compilation of the generated code for the Razor file at &apos;{FilePath}&apos; completed in {ElapsedMilliseconds}ms.</para>
            /// <para><b>Level:</b> Debug</para>
            /// </summary>
            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Extensions.Logging.Generators", "11.0.14.31009")]
            private static partial void GeneratedCodeToAssemblyCompilationEnd(global::Microsoft.Extensions.Logging.ILogger logger, string filePath, double elapsedMilliseconds)
            {
                if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug))
                {
                    __GeneratedCodeToAssemblyCompilationEndCallback(logger, filePath, elapsedMilliseconds, 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?> __ViewCompilerLocatedCompiledViewCallback =
                global::Microsoft.Extensions.Logging.LoggerMessage.Define<string>(global::Microsoft.Extensions.Logging.LogLevel.Debug, new global::Microsoft.Extensions.Logging.EventId(3, nameof(ViewCompilerLocatedCompiledView)), "Initializing Razor view compiler with compiled view: '{ViewName}'.", new global::Microsoft.Extensions.Logging.LogDefineOptions() { SkipEnabledCheck = true });
 
            /// <summary>
            /// <para><b>Message:</b> Initializing Razor view compiler with compiled view: &apos;{ViewName}&apos;.</para>
            /// <para><b>Level:</b> Debug</para>
            /// </summary>
            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Extensions.Logging.Generators", "11.0.14.31009")]
            public static partial void ViewCompilerLocatedCompiledView(global::Microsoft.Extensions.Logging.ILogger logger, string viewName)
            {
                if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug))
                {
                    __ViewCompilerLocatedCompiledViewCallback(logger, viewName, 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, global::System.Exception?> __ViewCompilerNoCompiledViewsFoundCallback =
                global::Microsoft.Extensions.Logging.LoggerMessage.Define(global::Microsoft.Extensions.Logging.LogLevel.Debug, new global::Microsoft.Extensions.Logging.EventId(4, nameof(ViewCompilerNoCompiledViewsFound)), "Initializing Razor view compiler with no compiled views.", new global::Microsoft.Extensions.Logging.LogDefineOptions() { SkipEnabledCheck = true });
 
            /// <summary>
            /// <para><b>Message:</b> Initializing Razor view compiler with no compiled views.</para>
            /// <para><b>Level:</b> Debug</para>
            /// </summary>
            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Extensions.Logging.Generators", "11.0.14.31009")]
            public static partial void ViewCompilerNoCompiledViewsFound(global::Microsoft.Extensions.Logging.ILogger logger)
            {
                if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug))
                {
                    __ViewCompilerNoCompiledViewsFoundCallback(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?> __ViewCompilerLocatedCompiledViewForPathCallback =
                global::Microsoft.Extensions.Logging.LoggerMessage.Define<string>(global::Microsoft.Extensions.Logging.LogLevel.Trace, new global::Microsoft.Extensions.Logging.EventId(5, nameof(ViewCompilerLocatedCompiledViewForPath)), "Located compiled view for view at path '{Path}'.", new global::Microsoft.Extensions.Logging.LogDefineOptions() { SkipEnabledCheck = true });
 
            /// <summary>
            /// <para><b>Message:</b> Located compiled view for view at path &apos;{Path}&apos;.</para>
            /// <para><b>Level:</b> Trace</para>
            /// </summary>
            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Extensions.Logging.Generators", "11.0.14.31009")]
            public static partial void ViewCompilerLocatedCompiledViewForPath(global::Microsoft.Extensions.Logging.ILogger logger, string path)
            {
                if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Trace))
                {
                    __ViewCompilerLocatedCompiledViewForPathCallback(logger, path, 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?> __ViewCompilerRecompilingCompiledViewCallback =
                global::Microsoft.Extensions.Logging.LoggerMessage.Define<string>(global::Microsoft.Extensions.Logging.LogLevel.Trace, new global::Microsoft.Extensions.Logging.EventId(6, nameof(ViewCompilerRecompilingCompiledView)), "Invalidating compiled view for view at path '{Path}'.", new global::Microsoft.Extensions.Logging.LogDefineOptions() { SkipEnabledCheck = true });
 
            /// <summary>
            /// <para><b>Message:</b> Invalidating compiled view for view at path &apos;{Path}&apos;.</para>
            /// <para><b>Level:</b> Trace</para>
            /// </summary>
            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Extensions.Logging.Generators", "11.0.14.31009")]
            public static partial void ViewCompilerRecompilingCompiledView(global::Microsoft.Extensions.Logging.ILogger logger, string path)
            {
                if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Trace))
                {
                    __ViewCompilerRecompilingCompiledViewCallback(logger, path, 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?> __ViewCompilerCouldNotFindFileAtPathCallback =
                global::Microsoft.Extensions.Logging.LoggerMessage.Define<string>(global::Microsoft.Extensions.Logging.LogLevel.Trace, new global::Microsoft.Extensions.Logging.EventId(7, nameof(ViewCompilerCouldNotFindFileAtPath)), "Could not find a file for view at path '{Path}'.", new global::Microsoft.Extensions.Logging.LogDefineOptions() { SkipEnabledCheck = true });
 
            /// <summary>
            /// <para><b>Message:</b> Could not find a file for view at path &apos;{Path}&apos;.</para>
            /// <para><b>Level:</b> Trace</para>
            /// </summary>
            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Extensions.Logging.Generators", "11.0.14.31009")]
            public static partial void ViewCompilerCouldNotFindFileAtPath(global::Microsoft.Extensions.Logging.ILogger logger, string path)
            {
                if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Trace))
                {
                    __ViewCompilerCouldNotFindFileAtPathCallback(logger, path, 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?> __ViewCompilerFoundFileToCompileCallback =
                global::Microsoft.Extensions.Logging.LoggerMessage.Define<string>(global::Microsoft.Extensions.Logging.LogLevel.Trace, new global::Microsoft.Extensions.Logging.EventId(8, nameof(ViewCompilerFoundFileToCompile)), "Found file at path '{Path}'.", new global::Microsoft.Extensions.Logging.LogDefineOptions() { SkipEnabledCheck = true });
 
            /// <summary>
            /// <para><b>Message:</b> Found file at path &apos;{Path}&apos;.</para>
            /// <para><b>Level:</b> Trace</para>
            /// </summary>
            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Extensions.Logging.Generators", "11.0.14.31009")]
            public static partial void ViewCompilerFoundFileToCompile(global::Microsoft.Extensions.Logging.ILogger logger, string path)
            {
                if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Trace))
                {
                    __ViewCompilerFoundFileToCompileCallback(logger, path, 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?> __ViewCompilerInvalidatingCompiledFileCallback =
                global::Microsoft.Extensions.Logging.LoggerMessage.Define<string>(global::Microsoft.Extensions.Logging.LogLevel.Trace, new global::Microsoft.Extensions.Logging.EventId(9, nameof(ViewCompilerInvalidatingCompiledFile)), "Invalidating compiled view at path '{Path}' with a file since the checksum did not match.", new global::Microsoft.Extensions.Logging.LogDefineOptions() { SkipEnabledCheck = true });
 
            /// <summary>
            /// <para><b>Message:</b> Invalidating compiled view at path &apos;{Path}&apos; with a file since the checksum did not match.</para>
            /// <para><b>Level:</b> Trace</para>
            /// </summary>
            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Extensions.Logging.Generators", "11.0.14.31009")]
            public static partial void ViewCompilerInvalidatingCompiledFile(global::Microsoft.Extensions.Logging.ILogger logger, string path)
            {
                if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Trace))
                {
                    __ViewCompilerInvalidatingCompiledFileCallback(logger, path, null);
                }
            }
        }
    }
}