Implemented interface member:
method
IsEnabled
Microsoft.Extensions.Logging.ILogger.IsEnabled(Microsoft.Extensions.Logging.LogLevel)
14 references to IsEnabled
InMemory.FunctionalTests (1)
src\Servers\Kestrel\shared\test\TestServiceContext.cs (1)
60
HttpParser = new HttpParser<Http1ParsingHandler>(Log.
IsEnabled
(LogLevel.Information), disableHttp1LineFeedTerminators);
Microsoft.AspNetCore.Server.Kestrel.Core (9)
Internal\Http\Http1Connection.cs (1)
77
_showErrorDetails = Log.
IsEnabled
(LogLevel.Information);
Internal\Http\HttpProtocol.cs (1)
1406
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)
102
HttpParser = new HttpParser<Http1ParsingHandler>(trace.
IsEnabled
(LogLevel.Information), serverOptions.DisableHttp1LineFeedTerminators),
355
if (Trace.
IsEnabled
(LogLevel.Information))
383
if (Trace.
IsEnabled
(LogLevel.Information))
396
if (Trace.
IsEnabled
(LogLevel.Critical))
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (2)
HttpParserTests.cs (1)
1004
private IHttpParser<RequestHandler> CreateParser(KestrelTrace log, bool disableHttp1LineFeedTerminators = true) => new HttpParser<RequestHandler>(log.
IsEnabled
(LogLevel.Information), disableHttp1LineFeedTerminators);
src\Servers\Kestrel\shared\test\TestServiceContext.cs (1)
60
HttpParser = new HttpParser<Http1ParsingHandler>(Log.
IsEnabled
(LogLevel.Information), disableHttp1LineFeedTerminators);
Sockets.BindTests (1)
src\Servers\Kestrel\shared\test\TestServiceContext.cs (1)
60
HttpParser = new HttpParser<Http1ParsingHandler>(Log.
IsEnabled
(LogLevel.Information), disableHttp1LineFeedTerminators);
Sockets.FunctionalTests (1)
src\Servers\Kestrel\shared\test\TestServiceContext.cs (1)
60
HttpParser = new HttpParser<Http1ParsingHandler>(Log.
IsEnabled
(LogLevel.Information), disableHttp1LineFeedTerminators);