7 references to Define
Microsoft.AspNetCore.Identity (1)
GeneratedRouteBuilderExtensions.g.cs (1)
1538
LoggerMessage.
Define
(LogLevel.Debug, new EventId(1, "RequestBodyIOException"), "Reading the request body failed with an IOException.");
Microsoft.AspNetCore.OpenApi (1)
GeneratedRouteBuilderExtensions.g.cs (1)
293
LoggerMessage.
Define
(LogLevel.Debug, new EventId(1, "RequestBodyIOException"), "Reading the request body failed with an IOException.");
Microsoft.AspNetCore.Watch.BrowserRefresh (3)
BrowserRefreshMiddleware.cs (3)
215
private static readonly Action<ILogger, Exception?> _setupResponseForBrowserRefresh = LoggerMessage.
Define
(
220
private static readonly Action<ILogger, Exception?> _browserConfiguredForRefreshes = LoggerMessage.
Define
(
225
private static readonly Action<ILogger, Exception?> _failedToConfigureForRefreshes = LoggerMessage.
Define
(
Microsoft.Extensions.Logging.Abstractions (1)
LogDefineOptions.cs (1)
9
/// Options for <see cref="LoggerMessage.
Define
(LogLevel, EventId, string)"/> and its overloads.
Sample (1)
artifacts\obj\Sample\Release\net10.0\generated\Microsoft.AspNetCore.Http.RequestDelegateGenerator\Microsoft.AspNetCore.Http.RequestDelegateGenerator.RequestDelegateGenerator\GeneratedRouteBuilderExtensions.g.cs (1)
6075
LoggerMessage.
Define
(LogLevel.Debug, new EventId(1, "RequestBodyIOException"), "Reading the request body failed with an IOException.");