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)
1398
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)
99
HttpParser = new HttpParser<Http1ParsingHandler>(trace.
IsEnabled
(LogLevel.Information), serverOptions.DisableHttp1LineFeedTerminators),
351
if (Trace.
IsEnabled
(LogLevel.Information))
379
if (Trace.
IsEnabled
(LogLevel.Information))
392
if (Trace.
IsEnabled
(LogLevel.Critical))