Implemented interface member:
method
IsEnabled
Microsoft.Extensions.Logging.ILogger.IsEnabled(Microsoft.Extensions.Logging.LogLevel)
8 references to IsEnabled
Microsoft.AspNetCore.Server.Kestrel.Core (8)
Internal\Http\HttpProtocol.cs (1)
1407
Log.
IsEnabled
(LogLevel.Information)
Internal\Http\MessageBody.cs (2)
133
if (Log.
IsEnabled
(LogLevel.Debug))
161
if (Log.
IsEnabled
(LogLevel.Debug))
Internal\Infrastructure\KestrelConnection.cs (1)
174
if (Logger.
IsEnabled
(LogLevel.Critical))
Internal\KestrelServerImpl.cs (4)
100
HttpParser = new HttpParser<Http1ParsingHandler>(trace.
IsEnabled
(LogLevel.Information), serverOptions.DisableHttp1LineFeedTerminators),
353
if (Trace.
IsEnabled
(LogLevel.Information))
381
if (Trace.
IsEnabled
(LogLevel.Information))
394
if (Trace.
IsEnabled
(LogLevel.Critical))