| File: _generated\0\LoggerMessage.g.cs | Web Access |
| Project: src\aspnetcore\src\Mvc\Mvc.NewtonsoftJson\src\Microsoft.AspNetCore.Mvc.NewtonsoftJson.csproj (Microsoft.AspNetCore.Mvc.NewtonsoftJson) |
// <auto-generated/> #nullable enable namespace Microsoft.AspNetCore.Mvc.Formatters { partial class NewtonsoftJsonInputFormatter { partial class Log { [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?> __JsonInputExceptionCallback = global::Microsoft.Extensions.Logging.LoggerMessage.Define(global::Microsoft.Extensions.Logging.LogLevel.Debug, new global::Microsoft.Extensions.Logging.EventId(1, "JsonInputException"), "JSON input formatter threw an exception.", new global::Microsoft.Extensions.Logging.LogDefineOptions() { SkipEnabledCheck = true }); /// <summary> /// <para><b>Message:</b> JSON input formatter threw an exception.</para> /// <para><b>Level:</b> Debug</para> /// </summary> [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Extensions.Logging.Generators", "11.0.14.36704")] public static partial void JsonInputException(global::Microsoft.Extensions.Logging.ILogger logger, global::System.Exception exception) { if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) { __JsonInputExceptionCallback(logger, exception); } } } } } namespace Microsoft.AspNetCore.Mvc.Formatters { partial class NewtonsoftJsonOutputFormatter { partial class Log { [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Extensions.Logging.Generators", "11.0.14.36704")] private static readonly global::System.Action<global::Microsoft.Extensions.Logging.ILogger, string?, global::System.Exception?> __BufferingAsyncEnumerableCallback = global::Microsoft.Extensions.Logging.LoggerMessage.Define<string?>(global::Microsoft.Extensions.Logging.LogLevel.Debug, new global::Microsoft.Extensions.Logging.EventId(1, "BufferingAsyncEnumerable"), "Buffering IAsyncEnumerable instance of type '{Type}'.", new global::Microsoft.Extensions.Logging.LogDefineOptions() { SkipEnabledCheck = true }); /// <summary> /// <para><b>Message:</b> Buffering IAsyncEnumerable instance of type '{Type}'.</para> /// <para><b>Level:</b> Debug</para> /// </summary> [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Extensions.Logging.Generators", "11.0.14.36704")] private static partial void BufferingAsyncEnumerable(global::Microsoft.Extensions.Logging.ILogger logger, string? type) { __BufferingAsyncEnumerableCallback(logger, type, null); } } } } namespace Microsoft.AspNetCore.Mvc.NewtonsoftJson { partial class NewtonsoftJsonResultExecutor { partial class Log { [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Extensions.Logging.Generators", "11.0.14.36704")] private static readonly global::System.Action<global::Microsoft.Extensions.Logging.ILogger, string?, global::System.Exception?> __BufferingAsyncEnumerableCallback = global::Microsoft.Extensions.Logging.LoggerMessage.Define<string?>(global::Microsoft.Extensions.Logging.LogLevel.Debug, new global::Microsoft.Extensions.Logging.EventId(1, "BufferingAsyncEnumerable"), "Buffering IAsyncEnumerable instance of type '{Type}'.", new global::Microsoft.Extensions.Logging.LogDefineOptions() { SkipEnabledCheck = true }); /// <summary> /// <para><b>Message:</b> Buffering IAsyncEnumerable instance of type '{Type}'.</para> /// <para><b>Level:</b> Debug</para> /// </summary> [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Extensions.Logging.Generators", "11.0.14.36704")] private static partial void BufferingAsyncEnumerable(global::Microsoft.Extensions.Logging.ILogger logger, string? type) { __BufferingAsyncEnumerableCallback(logger, type, null); } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Extensions.Logging.Generators", "11.0.14.36704")] private static readonly global::System.Action<global::Microsoft.Extensions.Logging.ILogger, string?, global::System.Exception?> __JsonResultExecutingCallback = global::Microsoft.Extensions.Logging.LoggerMessage.Define<string?>(global::Microsoft.Extensions.Logging.LogLevel.Information, new global::Microsoft.Extensions.Logging.EventId(2, "JsonResultExecuting"), "Executing JsonResult, writing value of type '{Type}'.", new global::Microsoft.Extensions.Logging.LogDefineOptions() { SkipEnabledCheck = true }); /// <summary> /// <para><b>Message:</b> Executing JsonResult, writing value of type '{Type}'.</para> /// <para><b>Level:</b> Information</para> /// </summary> [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Extensions.Logging.Generators", "11.0.14.36704")] private static partial void JsonResultExecuting(global::Microsoft.Extensions.Logging.ILogger logger, string? type) { __JsonResultExecutingCallback(logger, type, null); } } } }