55 implementations of IsEnabled
aspire (2)
Diagnostics\FileLoggerProvider.cs (1)
232public bool IsEnabled(LogLevel logLevel) => logLevel != LogLevel.None && !s_suppressedCategories.Contains(categoryName);
Interaction\SpectreConsoleLoggerProvider.cs (1)
34public bool IsEnabled(LogLevel logLevel) =>
Aspire.Cli.Tests (3)
tests\Shared\Logging\TestLogger.cs (1)
57public bool IsEnabled(LogLevel logLevel)
tests\Shared\Logging\TestLoggerT.cs (1)
20public bool IsEnabled(LogLevel logLevel)
tests\Shared\Logging\XunitLoggerProvider.cs (1)
114public bool IsEnabled(LogLevel logLevel)
Aspire.Dashboard (1)
Telemetry\TelemetryLoggerProvider.cs (1)
42public bool IsEnabled(LogLevel logLevel) => true;
Aspire.Dashboard.Components.Tests (3)
tests\Shared\Logging\TestLogger.cs (1)
57public bool IsEnabled(LogLevel logLevel)
tests\Shared\Logging\TestLoggerT.cs (1)
20public bool IsEnabled(LogLevel logLevel)
tests\Shared\Logging\XunitLoggerProvider.cs (1)
114public bool IsEnabled(LogLevel logLevel)
Aspire.Dashboard.Tests (3)
tests\Shared\Logging\TestLogger.cs (1)
57public bool IsEnabled(LogLevel logLevel)
tests\Shared\Logging\TestLoggerT.cs (1)
20public bool IsEnabled(LogLevel logLevel)
tests\Shared\Logging\XunitLoggerProvider.cs (1)
114public bool IsEnabled(LogLevel logLevel)
Aspire.Hosting (4)
ApplicationModel\ResourceLoggerService.cs (2)
113public bool IsEnabled(LogLevel logLevel) 590bool ILogger.IsEnabled(LogLevel logLevel) => true;
Backchannel\BackchannelLoggerProvider.cs (1)
86public bool IsEnabled(LogLevel logLevel)
Pipelines\PipelineLoggerProvider.cs (1)
75public bool IsEnabled(LogLevel logLevel) =>
Aspire.Hosting.Testing.Tests (3)
tests\Shared\Logging\TestLogger.cs (1)
57public bool IsEnabled(LogLevel logLevel)
tests\Shared\Logging\TestLoggerT.cs (1)
20public bool IsEnabled(LogLevel logLevel)
tests\Shared\Logging\XunitLoggerProvider.cs (1)
114public bool IsEnabled(LogLevel logLevel)
Aspire.Hosting.Tests (4)
Dashboard\DashboardResourceTests.cs (1)
768public bool IsEnabled(LogLevel logLevel) => true;
tests\Shared\Logging\TestLogger.cs (1)
57public bool IsEnabled(LogLevel logLevel)
tests\Shared\Logging\TestLoggerT.cs (1)
20public bool IsEnabled(LogLevel logLevel)
tests\Shared\Logging\XunitLoggerProvider.cs (1)
114public bool IsEnabled(LogLevel logLevel)
Aspire.Playground.Tests (3)
tests\Shared\Logging\TestLogger.cs (1)
57public bool IsEnabled(LogLevel logLevel)
tests\Shared\Logging\TestLoggerT.cs (1)
20public bool IsEnabled(LogLevel logLevel)
tests\Shared\Logging\XunitLoggerProvider.cs (1)
114public bool IsEnabled(LogLevel logLevel)
Aspire.RabbitMQ.Client.Tests (1)
AspireRabbitMQLoggingTests.cs (1)
248public bool IsEnabled(LogLevel logLevel) => true;
Aspire.RabbitMQ.Client.v6.Tests (1)
tests\Aspire.RabbitMQ.Client.Tests\AspireRabbitMQLoggingTests.cs (1)
248public bool IsEnabled(LogLevel logLevel) => true;
dotnet-format (1)
Logging\SimpleConsoleLogger.cs (1)
53public bool IsEnabled(LogLevel logLevel)
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Infrastructure\KestrelTrace.cs (1)
28public bool IsEnabled(LogLevel logLevel) => _generalLogger.IsEnabled(logLevel);
Microsoft.CodeAnalysis.Workspaces.MSBuild (1)
MSBuild\DiagnosticReporterLoggerProvider.cs (1)
35public bool IsEnabled(LogLevel logLevel)
Microsoft.DotNet.HotReload.Watch (2)
src\sdk\src\Dotnet.Watch\AspireService\Helpers\LoggerProvider.cs (1)
18public bool IsEnabled(LogLevel logLevel) => true;
UI\IReporter.cs (1)
94public bool IsEnabled(LogLevel logLevel)
Microsoft.Extensions.Caching.Hybrid.Tests (1)
LogCollector.cs (1)
115bool ILogger.IsEnabled(LogLevel logLevel) => true;
Microsoft.Extensions.Diagnostics.Testing (1)
Logging\FakeLogger.cs (1)
98public bool IsEnabled(LogLevel logLevel) => !_disabledLevels.ContainsKey(logLevel);
Microsoft.Extensions.Http.Diagnostics.PerformanceTests (1)
DropMessageLogger.cs (1)
21public bool IsEnabled(LogLevel logLevel) => true;
Microsoft.Extensions.Logging (1)
Logger.cs (1)
66public bool IsEnabled(LogLevel logLevel)
Microsoft.Extensions.Logging.Abstractions (3)
LoggerT.cs (1)
39bool ILogger.IsEnabled(LogLevel logLevel)
NullLogger.cs (1)
32public bool IsEnabled(LogLevel logLevel)
NullLoggerT.cs (1)
39public bool IsEnabled(LogLevel logLevel)
Microsoft.Extensions.Logging.Console (1)
ConsoleLogger.cs (1)
103public bool IsEnabled(LogLevel logLevel)
Microsoft.Extensions.Logging.Debug (1)
DebugLogger.cs (1)
32public bool IsEnabled(LogLevel logLevel)
Microsoft.Extensions.Logging.EventLog (1)
EventLogLogger.cs (1)
63public bool IsEnabled(LogLevel logLevel)
Microsoft.Extensions.Logging.EventSource (1)
EventSourceLogger.cs (1)
57public bool IsEnabled(LogLevel logLevel)
Microsoft.Extensions.Logging.MSBuild (1)
MSBuildLogger.cs (1)
50public bool IsEnabled(LogLevel logLevel) =>
Microsoft.Extensions.Logging.TraceSource (1)
TraceSourceLogger.cs (1)
57public bool IsEnabled(LogLevel logLevel)
Microsoft.Extensions.ServiceDiscovery.Dns.Tests (1)
XunitLoggerFactoryExtensions.cs (1)
132public bool IsEnabled(LogLevel logLevel)
Microsoft.Extensions.Telemetry (1)
Logging\ExtendedLogger.cs (1)
101public bool IsEnabled(LogLevel logLevel)
Microsoft.Extensions.Telemetry.PerformanceTests (1)
BenchLogger.cs (1)
33public bool IsEnabled(LogLevel logLevel) => true;
Microsoft.Extensions.Telemetry.Tests (4)
Logging\ExtendedLoggerFactoryTests.cs (2)
575public bool IsEnabled(LogLevel logLevel) 617public bool IsEnabled(LogLevel logLevel)
Logging\ExtendedLoggerTests.cs (2)
1078public bool IsEnabled(LogLevel logLevel) 1155public bool IsEnabled(LogLevel logLevel) => true;
Microsoft.Gen.Logging.Generated.Tests (1)
Utils.cs (1)
62public bool IsEnabled(LogLevel logLevel) => _logger.IsEnabled(logLevel);
Microsoft.Maui (1)
Hosting\MauiAppBuilder.cs (1)
198 public bool IsEnabled(LogLevel logLevel) => false;
1141 references to IsEnabled
aspire (5)
Certificates\CertificateGeneration\CertificateManager.cs (1)
1100public bool IsEnabled() => _logger.IsEnabled(LogLevel.Debug);
Commands\AgentMcpCommand.cs (1)
226if (_logger.IsEnabled(LogLevel.Debug))
NuGet\BundleNuGetPackageCache.cs (1)
154if (_logger.IsEnabled(LogLevel.Debug))
NuGet\BundleNuGetService.cs (2)
124if (_logger.IsEnabled(LogLevel.Debug)) 164if (_logger.IsEnabled(LogLevel.Debug))
Aspire.Cli.Tests (1)
tests\Shared\Logging\TestLoggerT.cs (1)
22return _logger.IsEnabled(logLevel);
Aspire.Dashboard.Components.Tests (1)
tests\Shared\Logging\TestLoggerT.cs (1)
22return _logger.IsEnabled(logLevel);
Aspire.Dashboard.Tests (1)
tests\Shared\Logging\TestLoggerT.cs (1)
22return _logger.IsEnabled(logLevel);
Aspire.Hosting (33)
ApplicationModel\ResourceLoggerService.cs (1)
116return _innerLoggers[0].IsEnabled(logLevel);
ApplicationModel\ResourceNotificationService.cs (3)
123if (_logger.IsEnabled(LogLevel.Debug)) 671if (_logger.IsEnabled(LogLevel.Debug) && newState.State?.Text is { Length: > 0 } newStateText && !string.IsNullOrWhiteSpace(newStateText)) 686if (_logger.IsEnabled(LogLevel.Trace))
Backchannel\AuxiliaryBackchannelRpcTarget.cs (2)
795if (logger.IsEnabled(LogLevel.Debug)) 802if (logger.IsEnabled(LogLevel.Debug))
BuiltInDistributedApplicationEventSubscriptionHandlers.cs (1)
101if (logger.IsEnabled(LogLevel.Warning))
Dashboard\DashboardEventHandlers.cs (3)
848if (defaultDashboardLogger.IsEnabled(LogLevel.Debug)) 875if (defaultDashboardLogger.IsEnabled(LogLevel.Debug)) 896if (logger.IsEnabled(logMessage.LogLevel))
Dashboard\DashboardServiceData.cs (1)
74if (logger.IsEnabled(LogLevel.Debug))
Dcp\DcpExecutor.cs (4)
514if (_logger.IsEnabled(LogLevel.Trace)) 521if (_logger.IsEnabled(LogLevel.Trace)) 541if (_logger.IsEnabled(LogLevel.Trace)) 717if (_logger.IsEnabled(LogLevel.Debug))
Orchestrator\ApplicationOrchestrator.cs (17)
235if (_logger.IsEnabled(LogLevel.Trace)) 327if (_logger.IsEnabled(LogLevel.Trace)) 334if (_logger.IsEnabled(LogLevel.Trace)) 348if (_logger.IsEnabled(LogLevel.Trace)) 361if (_logger.IsEnabled(LogLevel.Trace)) 372if (_logger.IsEnabled(LogLevel.Trace)) 377if (_logger.IsEnabled(LogLevel.Trace)) 383if (_logger.IsEnabled(LogLevel.Trace)) 403if (_logger.IsEnabled(LogLevel.Trace)) 413if (_logger.IsEnabled(LogLevel.Trace)) 419if (_logger.IsEnabled(LogLevel.Trace)) 428if (_logger.IsEnabled(LogLevel.Trace)) 436if (_logger.IsEnabled(LogLevel.Trace)) 444if (_logger.IsEnabled(LogLevel.Trace)) 455if (_logger.IsEnabled(LogLevel.Trace)) 469if (_logger.IsEnabled(LogLevel.Trace)) 474if (_logger.IsEnabled(LogLevel.Trace))
ResourceLoggerForwarderService.cs (1)
73if (logger.IsEnabled(logLevel))
Aspire.Hosting.Testing.Tests (1)
tests\Shared\Logging\TestLoggerT.cs (1)
22return _logger.IsEnabled(logLevel);
Aspire.Hosting.Tests (1)
tests\Shared\Logging\TestLoggerT.cs (1)
22return _logger.IsEnabled(logLevel);
Aspire.Playground.Tests (1)
tests\Shared\Logging\TestLoggerT.cs (1)
22return _logger.IsEnabled(logLevel);
Microsoft.AspNetCore.Antiforgery (9)
_generated\0\LoggerMessage.g.cs (9)
19if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Warning)) 35if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 51if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Warning)) 67if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Warning)) 83if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 99if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 115if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Error)) 131if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Warning)) 147if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug))
Microsoft.AspNetCore.Authentication (14)
_generated\0\LoggerMessage.g.cs (14)
19if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Information)) 35if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 51if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 67if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Information)) 83if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 99if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 115if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Information)) 131if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Information)) 147if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Warning)) 163if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Warning)) 179if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Warning)) 195if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Information)) 211if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 227if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug))
Microsoft.AspNetCore.Authentication.BearerToken (1)
_generated\0\LoggerMessage.g.cs (1)
19if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Information))
Microsoft.AspNetCore.Authentication.Cookies (2)
_generated\0\LoggerMessage.g.cs (2)
19if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Information)) 35if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Information))
Microsoft.AspNetCore.Authentication.OAuth (1)
_generated\0\LoggerMessage.g.cs (1)
19if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug))
Microsoft.AspNetCore.Authorization (2)
_generated\0\LoggerMessage.g.cs (2)
19if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 35if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Information))
Microsoft.AspNetCore.Authorization.Policy (1)
AuthorizationMiddleware.cs (1)
179if (authenticateResult != null && !authenticateResult.Succeeded && _logger is ILogger log && log.IsEnabled(LogLevel.Debug))
Microsoft.AspNetCore.Components (16)
_generated\0\LoggerMessage.g.cs (11)
21if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 37if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 53if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 69if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 85if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 101if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 268if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 284if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 300if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 316if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 341if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug))
RenderTree\Renderer.Log.cs (5)
21if (logger.IsEnabled(LogLevel.Debug)) // This is almost always false, so skip the evaluations 39if (logger.IsEnabled(LogLevel.Debug)) // This is almost always false, so skip the evaluations 50if (logger.IsEnabled(LogLevel.Debug)) // This is almost always false, so skip the evaluations 61if (logger.IsEnabled(LogLevel.Debug)) // This is almost always false, so skip the evaluations 72if (logger.IsEnabled(LogLevel.Debug)) // This is almost always false, so skip the evaluations
Microsoft.AspNetCore.Components.Endpoints (54)
_generated\0\LoggerMessage.g.cs (52)
21if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 37if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Warning)) 53if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 69if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 94if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Warning)) 119if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 135if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 151if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 167if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 183if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 199if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 215if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 231if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 247if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 263if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 329if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 350if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 412if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 479if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 500if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 516if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 532if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 548if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 564if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 580if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 596if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 612if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 628if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 644if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 660if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 685if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Information)) 710if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 726if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 742if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 758if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 774if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Information)) 790if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 806if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 831if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Warning)) 847if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Warning)) 872if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 888if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Warning)) 904if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 920if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 945if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Warning)) 961if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Warning)) 986if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Warning)) 1002if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Warning)) 1018if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Warning)) 1034if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Warning)) 1050if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Warning)) 1066if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Warning))
FormMapping\Metadata\FormDataMetadataFactory.cs (2)
163if (_logger.IsEnabled(LogLevel.Debug)) 305if (_logger.IsEnabled(LogLevel.Debug))
Microsoft.AspNetCore.Components.Server (143)
_generated\0\LoggerMessage.g.cs (140)
21if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Warning)) 37if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Warning)) 53if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Warning)) 69if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Warning)) 85if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Warning)) 101if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Warning)) 126if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 142if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 158if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 183if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 208if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 224if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 240if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 256if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 272if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 288if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 304if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 320if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 336if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 352if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 368if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Error)) 384if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 400if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 416if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 432if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Error)) 448if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 464if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 480if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 496if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 512if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 528if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 544if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 560if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 576if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 592if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 608if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 624if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 640if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 656if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 672if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 688if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 704if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 720if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 736if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 752if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 768if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 784if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 800if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 816if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Error)) 832if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 848if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 864if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 880if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 896if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 921if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Error)) 937if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 953if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 969if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 985if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 1001if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 1017if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 1033if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 1049if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 1065if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 1081if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 1097if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 1113if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 1129if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Error)) 1145if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 1203if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 1224if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 1240if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 1265if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 1281if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 1297if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 1313if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 1329if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Error)) 1345if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 1370if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 1386if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 1402if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 1418if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 1434if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Error)) 1450if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 1466if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Error)) 1482if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Error)) 1498if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Error)) 1514if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Error)) 1539if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Warning)) 1564if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 1580if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 1596if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 1612if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 1628if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 1653if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 1669if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 1685if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 1701if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Error)) 1717if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Error)) 1733if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 1749if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 1765if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 1790if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Warning)) 1806if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 1822if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 1838if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Information)) 1854if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 1870if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 1886if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 1902if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 1927if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 1943if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 1959if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 1975if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 1991if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 2007if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 2023if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 2039if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 2055if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 2080if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 2096if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 2112if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 2128if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 2144if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 2160if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 2176if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 2192if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 2217if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 2233if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 2249if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 2265if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 2281if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 2297if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 2313if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 2329if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 2345if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 2361if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 2377if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 2393if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 2409if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug))
ComponentHub.cs (3)
639if (!logger.IsEnabled(LogLevel.Trace)) 656if (!logger.IsEnabled(LogLevel.Trace)) 667if (!logger.IsEnabled(LogLevel.Trace))
Microsoft.AspNetCore.Components.Web (5)
_generated\0\LoggerMessage.g.cs (5)
21if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 37if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 53if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 69if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 85if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug))
Microsoft.AspNetCore.CookiePolicy (9)
_generated\0\LoggerMessage.g.cs (9)
19if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Trace)) 35if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Trace)) 51if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 67if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 83if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 99if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 115if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 131if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 147if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug))
Microsoft.AspNetCore.Cors (11)
_generated\0\LoggerMessage.g.cs (11)
19if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 35if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 51if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 67if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Information)) 83if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Information)) 99if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Information)) 115if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Information)) 131if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Information)) 147if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Warning)) 163if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Information)) 179if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug))
Microsoft.AspNetCore.DataProtection (81)
_generated\0\LoggerMessage.g.cs (79)
19if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Warning)) 35if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 51if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 67if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 83if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Trace)) 99if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Trace)) 115if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 131if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 147if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 163if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 179if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 195if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Warning)) 211if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 227if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 243if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Warning)) 259if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 275if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Warning)) 291if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 307if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 323if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 339if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Error)) 355if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Information)) 371if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 387if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Error)) 403if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Trace)) 419if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 435if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Error)) 451if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 467if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Error)) 483if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Trace)) 499if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 515if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 531if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 547if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Warning)) 563if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Information)) 579if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 595if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 611if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Information)) 627if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 643if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 659if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 675if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 691if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Error)) 707if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Warning)) 723if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Information)) 739if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 755if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Error)) 771if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Error)) 787if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Error)) 803if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Warning)) 819if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 835if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 851if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 867if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Error)) 883if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 899if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Error)) 915if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 931if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Information)) 947if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Warning)) 963if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Information)) 979if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Information)) 995if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Information)) 1011if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Information)) 1027if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 1043if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Information)) 1059if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Warning)) 1075if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Trace)) 1091if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Information)) 1107if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 1123if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 1139if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Error)) 1155if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 1171if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 1187if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Error)) 1203if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 1219if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Error)) 1235if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Trace)) 1251if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Trace)) 1267if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug))
LoggingExtensions.cs (1)
40return (logger != null && logger.IsEnabled(level));
TypeForwardingActivator.cs (1)
42if (_logger.IsEnabled(LogLevel.Debug))
Microsoft.AspNetCore.Diagnostics (7)
_generated\0\LoggerMessage.g.cs (7)
19if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Warning)) 35if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Error)) 57if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Error)) 73if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 89if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Warning)) 105if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Error)) 127if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug))
Microsoft.AspNetCore.HostFiltering (9)
_generated\0\LoggerMessage.g.cs (7)
19if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 48if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Trace)) 64if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Information)) 80if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 96if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Trace)) 112if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Information)) 128if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug))
MiddlewareConfigurationManager.cs (2)
42if (_logger.IsEnabled(LogLevel.Debug)) 53if (_logger.IsEnabled(LogLevel.Debug))
Microsoft.AspNetCore.Hosting (13)
_generated\0\LoggerMessage.g.cs (6)
21if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Information)) 59if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 75if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 91if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 107if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 143if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug))
GenericHost\GenericWebHostService.cs (2)
169if (LifetimeLogger.IsEnabled(LogLevel.Information)) 180if (Logger.IsEnabled(LogLevel.Debug))
Internal\HostingApplicationDiagnostics.cs (2)
106var loggingEnabled = _logger.IsEnabled(LogLevel.Critical); 140if (_logger.IsEnabled(LogLevel.Information))
Internal\HostingLoggerExtensions.cs (1)
48if (logger.IsEnabled(LogLevel.Warning))
Internal\WebHost.cs (1)
156if (_logger.IsEnabled(LogLevel.Debug))
WebHostBuilder.cs (1)
184if (!assemblyNames.Add(assemblyName) && logger.IsEnabled(LogLevel.Warning))
Microsoft.AspNetCore.Http (2)
_generated\0\LoggerMessage.g.cs (2)
21if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Warning)) 44if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Warning))
Microsoft.AspNetCore.Http.Connections (57)
_generated\0\LoggerMessage.g.cs (57)
21if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Trace)) 37if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Trace)) 53if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Trace)) 69if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Trace)) 85if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Trace)) 101if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Trace)) 117if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Trace)) 133if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Trace)) 149if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Trace)) 174if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 190if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 206if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Trace)) 222if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 238if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 254if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Trace)) 270if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 286if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 302if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 318if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 334if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Trace)) 350if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Trace)) 366if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 382if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 398if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 414if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 430if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Warning)) 446if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 471if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 487if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 503if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Error)) 519if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Trace)) 535if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Trace)) 551if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Error)) 567if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Trace)) 583if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Trace)) 599if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 624if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 640if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 656if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Trace)) 672if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 688if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Error)) 713if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Trace)) 738if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 754if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 770if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 786if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 802if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 818if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 834if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 850if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 866if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Trace)) 882if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Trace)) 898if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Trace)) 914if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 930if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 946if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 962if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug))
Microsoft.AspNetCore.Http.Extensions (39)
_generated\0\LoggerMessage.g.cs (37)
21if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Warning)) 46if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 62if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 78if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 94if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 110if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 126if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 142if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 158if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 174if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 190if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 256if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 277if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 339if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 406if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 427if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 443if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 459if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 475if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 491if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 507if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 523if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 539if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 555if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 571if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 587if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 612if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 628if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 644if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 660if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 676if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 692if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 708if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 724if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 740if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 756if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 772if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug))
src\aspnetcore\src\Components\Endpoints\src\FormMapping\Metadata\FormDataMetadataFactory.cs (2)
163if (_logger.IsEnabled(LogLevel.Debug)) 305if (_logger.IsEnabled(LogLevel.Debug))
Microsoft.AspNetCore.Http.Results (16)
_generated\0\LoggerMessage.g.cs (13)
65if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Information)) 90if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Information)) 115if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Information)) 162if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Information)) 178if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Information)) 194if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Information)) 210if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Information)) 235if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 251if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 267if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 283if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 299if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 315if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug))
ChallengeHttpResult.cs (1)
97if (logger.IsEnabled(LogLevel.Information))
ForbidHttpResult.cs (1)
108if (logger.IsEnabled(LogLevel.Information))
SignOutHttpResult.cs (1)
97if (logger.IsEnabled(LogLevel.Information))
Microsoft.AspNetCore.HttpLogging (10)
_generated\0\LoggerMessage.g.cs (9)
21if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 37if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 53if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Warning)) 76if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Information)) 92if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Information)) 108if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 124if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 140if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 156if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Information))
HttpLoggingMiddleware.cs (1)
55if (!_logger.IsEnabled(LogLevel.Information))
Microsoft.AspNetCore.HttpOverrides (3)
_generated\0\LoggerMessage.g.cs (1)
19if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Warning))
ForwardedHeadersMiddleware.cs (2)
227if (_logger.IsEnabled(LogLevel.Debug)) 246if (_logger.IsEnabled(LogLevel.Debug))
Microsoft.AspNetCore.HttpsPolicy (7)
_generated\0\LoggerMessage.g.cs (7)
19if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 35if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 51if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Trace)) 73if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 89if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 105if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Warning)) 121if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug))
Microsoft.AspNetCore.Identity (7)
_generated\1\LoggerMessage.g.cs (7)
19if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 35if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 51if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 67if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 83if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 99if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 115if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug))
Microsoft.AspNetCore.Localization (2)
_generated\0\LoggerMessage.g.cs (2)
19if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 35if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug))
Microsoft.AspNetCore.Mvc.ApiExplorer (1)
_generated\0\LoggerMessage.g.cs (1)
21if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug))
Microsoft.AspNetCore.Mvc.Core (114)
_generated\0\LoggerMessage.g.cs (72)
21if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 37if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 53if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 69if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 85if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 101if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 148if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Warning)) 164if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Warning)) 180if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 196if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 221if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 246if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Warning)) 262if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 278if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 303if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Warning)) 319if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Warning)) 335if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 351if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 376if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 423if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 439if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 455if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 471if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 496if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 512if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 537if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Error)) 553if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 628if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Trace)) 658if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Information)) 757if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Information)) 795if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 811if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 827if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 843if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 859if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 875if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 891if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 907if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 945if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 983if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 1008if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Information)) 1033if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 1106if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 1131if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Information)) 1156if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Information)) 1181if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Information)) 1206if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Information)) 1270if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Information)) 1286if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 1302if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Trace)) 1318if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Trace)) 1404if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 1652if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 1682if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 1698if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 1723if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 1739if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 1806if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 1836if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 1861if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 1886if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 1989if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 2005if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 2054if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Trace)) 2070if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Trace)) 2099if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 2115if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 2131if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 2186if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 2241if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 2304if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Information)) 2351if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Information))
ChallengeResult.cs (1)
117if (logger.IsEnabled(LogLevel.Information))
ForbidResult.cs (1)
118if (logger.IsEnabled(LogLevel.Information))
Infrastructure\ConfigureCompatibilityOptions.cs (3)
68if (_logger.IsEnabled(LogLevel.Debug)) 81if (_logger.IsEnabled(LogLevel.Debug)) 93if (_logger.IsEnabled(LogLevel.Debug))
Infrastructure\ControllerActionInvoker.cs (6)
383if (_diagnosticListener.IsEnabled() || _logger.IsEnabled(LogLevel.Trace)) 591if (!logger.IsEnabled(LogLevel.Debug)) 606if (!logger.IsEnabled(LogLevel.Debug)) 621if (logger.IsEnabled(LogLevel.Information)) 628if (arguments != null && logger.IsEnabled(LogLevel.Trace)) 649if (logger.IsEnabled(LogLevel.Information))
Infrastructure\DefaultOutputFormatterSelector.cs (1)
290if (logger.IsEnabled(LogLevel.Debug))
Infrastructure\FileContentResultExecutor.cs (1)
79if (logger.IsEnabled(LogLevel.Information))
Infrastructure\FileStreamResultExecutor.cs (1)
91if (logger.IsEnabled(LogLevel.Information))
Infrastructure\ObjectResultExecutor.cs (2)
159if (logger.IsEnabled(LogLevel.Information)) 172if (logger.IsEnabled(LogLevel.Warning))
Infrastructure\PhysicalFileResultExecutor.cs (1)
167if (logger.IsEnabled(LogLevel.Information))
Infrastructure\ResourceInvoker.cs (2)
63if (_diagnosticListener.IsEnabled() || _logger.IsEnabled(LogLevel.Information)) 267if (_diagnosticListener.IsEnabled() || _logger.IsEnabled(LogLevel.Trace))
Infrastructure\ResourceInvoker.Log.cs (2)
22if (logger.IsEnabled(LogLevel.Information)) 101if (logger.IsEnabled(LogLevel.Information))
Infrastructure\SystemTextJsonResultExecutor.cs (1)
137if (logger.IsEnabled(LogLevel.Information))
Infrastructure\VirtualFileResultExecutor.cs (1)
149if (logger.IsEnabled(LogLevel.Information))
ModelBinding\Binders\BodyModelBinder.cs (3)
204if (logger.IsEnabled(LogLevel.Debug)) 216if (logger.IsEnabled(LogLevel.Debug)) 228if (logger.IsEnabled(LogLevel.Debug))
ModelBinding\Binders\CollectionModelBinder.cs (1)
494if (!logger.IsEnabled(LogLevel.Debug))
ModelBinding\ParameterBinder.Log.cs (5)
20if (!logger.IsEnabled(LogLevel.Debug)) 66if (!logger.IsEnabled(LogLevel.Debug)) 112if (!logger.IsEnabled(LogLevel.Debug)) 159if (!logger.IsEnabled(LogLevel.Debug)) 209if (!logger.IsEnabled(LogLevel.Debug))
MvcCoreLoggerExtensions.cs (9)
27if (!logger.IsEnabled(LogLevel.Debug)) 38if (!logger.IsEnabled(LogLevel.Debug)) 49if (!logger.IsEnabled(LogLevel.Debug)) 60if (!logger.IsEnabled(LogLevel.Debug)) 71if (!logger.IsEnabled(LogLevel.Debug)) 88if (logger.IsEnabled(LogLevel.Debug)) 115if (!logger.IsEnabled(LogLevel.Debug)) 170if (!logger.IsEnabled(LogLevel.Debug)) 210if (!logger.IsEnabled(LogLevel.Debug))
SignOutResult.cs (1)
134if (logger.IsEnabled(LogLevel.Information))
Microsoft.AspNetCore.Mvc.Cors (1)
_generated\0\LoggerMessage.g.cs (1)
19if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug))
Microsoft.AspNetCore.Mvc.Formatters.Xml (4)
_generated\0\LoggerMessage.g.cs (2)
34if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Warning)) 72if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Warning))
XmlDataContractSerializerOutputFormatter.cs (1)
314if (logger.IsEnabled(LogLevel.Debug))
XmlSerializerOutputFormatter.cs (1)
303if (logger.IsEnabled(LogLevel.Debug))
Microsoft.AspNetCore.Mvc.Razor (8)
_generated\0\LoggerMessage.g.cs (6)
21if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 37if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 53if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Trace)) 69if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Trace)) 94if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 110if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug))
TagHelpers\TagHelperComponentTagHelper.cs (2)
70if (_logger.IsEnabled(LogLevel.Debug)) 84if (_logger.IsEnabled(LogLevel.Debug))
Microsoft.AspNetCore.Mvc.RazorPages (15)
_generated\0\LoggerMessage.g.cs (6)
21if (log.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Warning)) 135if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Information)) 164if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Trace)) 180if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Trace)) 196if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 212if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug))
PageLoggerExtensions.cs (9)
24if (!logger.IsEnabled(LogLevel.Debug)) 39if (!logger.IsEnabled(LogLevel.Debug)) 54if (!logger.IsEnabled(LogLevel.Debug)) 69if (!logger.IsEnabled(LogLevel.Debug)) 87if (logger.IsEnabled(LogLevel.Information)) 95if (arguments != null && logger.IsEnabled(LogLevel.Trace)) 113if (logger.IsEnabled(LogLevel.Information)) 126if (logger.IsEnabled(LogLevel.Information)) 138if (logger.IsEnabled(LogLevel.Information))
Microsoft.AspNetCore.Mvc.TagHelpers (1)
_generated\0\LoggerMessage.g.cs (1)
21if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Error))
Microsoft.AspNetCore.Mvc.ViewFeatures (17)
_generated\0\LoggerMessage.g.cs (15)
21if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Information)) 81if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 97if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 113if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Warning)) 138if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Information)) 154if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Trace)) 179if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Information)) 195if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 211if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Error)) 227if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Information)) 252if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Information)) 277if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Information)) 293if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 309if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Error)) 325if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Information))
ViewComponents\DefaultViewComponentInvoker.cs (2)
244if (logger.IsEnabled(LogLevel.Debug)) 258if (logger.IsEnabled(LogLevel.Debug))
Microsoft.AspNetCore.OutputCaching (12)
_generated\0\LoggerMessage.g.cs (12)
19if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 35if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 51if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 67if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Information)) 83if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Information)) 99if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Information)) 115if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Information)) 131if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Information)) 147if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Information)) 163if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Warning)) 179if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Error)) 195if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Error))
Microsoft.AspNetCore.RateLimiting (3)
_generated\0\LoggerMessage.g.cs (3)
21if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 37if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 53if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug))
Microsoft.AspNetCore.RequestDecompression (4)
_generated\0\LoggerMessage.g.cs (3)
21if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Trace)) 37if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 53if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug))
DefaultRequestDecompressionProvider.cs (1)
74if (logger.IsEnabled(LogLevel.Debug))
Microsoft.AspNetCore.ResponseCaching (30)
_generated\0\LoggerMessage.g.cs (30)
19if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 35if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 51if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 67if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 83if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 99if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 115if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 131if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 147if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 163if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 179if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 195if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 211if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 227if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 243if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 259if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 275if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 291if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 307if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 323if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 339if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Information)) 355if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Information)) 371if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Information)) 387if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Information)) 403if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 419if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Information)) 435if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Information)) 451if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Warning)) 467if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 483if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug))
Microsoft.AspNetCore.ResponseCompression (8)
_generated\0\LoggerMessage.g.cs (8)
19if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 35if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 51if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Trace)) 67if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 83if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 99if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Trace)) 115if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 131if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug))
Microsoft.AspNetCore.Rewrite (14)
_generated\0\LoggerMessage.g.cs (14)
19if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 35if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 51if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 67if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 83if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 99if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 115if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 131if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Information)) 147if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Information)) 163if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Information)) 179if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Information)) 195if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Information)) 211if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 227if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug))
Microsoft.AspNetCore.Routing (38)
_generated\0\LoggerMessage.g.cs (21)
21if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 59if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 75if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 178if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 229if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Information)) 245if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Information)) 270if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 286if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 302if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 318if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Information)) 334if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Information)) 350if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Information)) 366if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 382if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Trace)) 398if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Warning)) 414if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Warning)) 430if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 446if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 558if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 583if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 608if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug))
DefaultLinkGenerator.cs (6)
342if (logger.IsEnabled(LogLevel.Debug)) 365if (logger.IsEnabled(LogLevel.Debug)) 382if (logger.IsEnabled(LogLevel.Debug)) 398if (logger.IsEnabled(LogLevel.Debug)) 415if (logger.IsEnabled(LogLevel.Debug)) 430if (logger.IsEnabled(LogLevel.Debug))
DefaultLinkParser.cs (3)
175if (logger.IsEnabled(LogLevel.Debug)) 190if (logger.IsEnabled(LogLevel.Debug)) 202if (logger.IsEnabled(LogLevel.Debug))
EndpointMiddleware.cs (1)
62if (!_logger.IsEnabled(LogLevel.Information))
EndpointRoutingMiddleware.cs (2)
118if (_logger.IsEnabled(LogLevel.Debug) || _metrics.MatchSuccessCounterEnabled) 188if (!_logger.IsEnabled(LogLevel.Information))
Matching\DfaMatcher.cs (5)
37var log = _logger.IsEnabled(LogLevel.Debug); 367if (logger.IsEnabled(LogLevel.Debug)) 383if (logger.IsEnabled(LogLevel.Debug)) 399if (logger.IsEnabled(LogLevel.Debug)) 415if (logger.IsEnabled(LogLevel.Debug))
Microsoft.AspNetCore.Server.Kestrel.Core (98)
_generated\0\LoggerMessage.g.cs (83)
19if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Warning)) 35if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Warning)) 51if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Warning)) 67if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 83if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 99if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 115if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 131if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 147if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 163if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Trace)) 179if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Trace)) 195if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Trace)) 211if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Trace)) 227if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Trace)) 289if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Trace)) 310if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Trace)) 334if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 350if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 366if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 382if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 420if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 436if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 452if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 468if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 484if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 500if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 516if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 532if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 548if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Warning)) 564if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Information)) 580if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 605if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Error)) 621if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 637if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Warning)) 653if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Critical)) 695if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Information)) 711if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Information)) 727if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Warning)) 743if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Warning)) 759if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Warning)) 775if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 791if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Error)) 816if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 832if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 848if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 864if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 880if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 909if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Information)) 925if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 941if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 970if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Critical)) 986if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Critical)) 1002if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 1018if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Critical)) 1034if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 1050if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 1116if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 1146if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 1162if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 1178if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 1233if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 1249if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 1265if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Information)) 1281if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 1304if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 1320if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 1336if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 1352if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 1368if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Error)) 1384if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Warning)) 1400if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Error)) 1416if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Error)) 1432if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Warning)) 1448if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Warning)) 1470if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 1486if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 1502if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 1518if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Information)) 1534if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 1550if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 1566if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 1582if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 1598if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Information))
AnyIPListenOptions.cs (2)
32if (context.Logger.IsEnabled(LogLevel.Trace)) 36if (context.Logger.IsEnabled(LogLevel.Debug))
Internal\AddressBinder.cs (3)
181if (context.Logger.IsEnabled(LogLevel.Debug)) 198if (context.Logger.IsEnabled(LogLevel.Information)) 219if (context.Logger.IsEnabled(LogLevel.Warning))
Internal\Infrastructure\KestrelTrace.BadRequests.cs (1)
33if (_generalLogger.IsEnabled(LogLevel.Debug))
Internal\Infrastructure\KestrelTrace.cs (1)
28public bool IsEnabled(LogLevel logLevel) => _generalLogger.IsEnabled(logLevel);
Internal\Infrastructure\KestrelTrace.Http2.cs (2)
39if (_http2Logger.IsEnabled(LogLevel.Trace)) 62if (_http2Logger.IsEnabled(LogLevel.Trace))
Internal\Infrastructure\KestrelTrace.Http3.cs (3)
30if (_http3Logger.IsEnabled(LogLevel.Debug)) 38if (_http3Logger.IsEnabled(LogLevel.Trace)) 46if (_http3Logger.IsEnabled(LogLevel.Trace))
LocalhostListenOptions.cs (2)
49if (context.Logger.IsEnabled(LogLevel.Information)) 63if (context.Logger.IsEnabled(LogLevel.Information))
Middleware\Internal\LoggingStream.cs (1)
152if (!_logger.IsEnabled(LogLevel.Debug))
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic (24)
_generated\0\LoggerMessage.g.cs (5)
240if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Warning)) 256if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Warning)) 272if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 288if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 330if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug))
Internal\QuicLog.cs (19)
18if (logger.IsEnabled(LogLevel.Debug)) 29if (logger.IsEnabled(LogLevel.Debug)) 40if (logger.IsEnabled(LogLevel.Debug)) 51if (logger.IsEnabled(LogLevel.Debug)) 62if (logger.IsEnabled(LogLevel.Debug)) 73if (logger.IsEnabled(LogLevel.Debug)) 84if (logger.IsEnabled(LogLevel.Debug)) 95if (logger.IsEnabled(LogLevel.Debug)) 106if (logger.IsEnabled(LogLevel.Debug)) 117if (logger.IsEnabled(LogLevel.Debug)) 128if (logger.IsEnabled(LogLevel.Debug)) 139if (logger.IsEnabled(LogLevel.Debug)) 150if (logger.IsEnabled(LogLevel.Debug)) 161if (logger.IsEnabled(LogLevel.Debug)) 172if (logger.IsEnabled(LogLevel.Debug)) 183if (logger.IsEnabled(LogLevel.Trace)) 194if (logger.IsEnabled(LogLevel.Trace)) 218if (logger.IsEnabled(LogLevel.Debug)) 229if (logger.IsEnabled(LogLevel.Debug))
Microsoft.AspNetCore.Session (12)
_generated\0\LoggerMessage.g.cs (10)
19if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Error)) 35if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Information)) 77if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 106if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Warning)) 122if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Warning)) 138if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Warning)) 154if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Information)) 170if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Warning)) 186if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Information)) 202if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Information))
DistributedSession.cs (2)
251if (_logger.IsEnabled(LogLevel.Information)) 353if (_logger.IsEnabled(LogLevel.Debug))
Microsoft.AspNetCore.SignalR.Core (46)
_generated\0\LoggerMessage.g.cs (43)
21if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 37if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 53if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Trace)) 69if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 85if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 101if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Error)) 163if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 184if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Trace)) 200if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 216if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 232if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 255if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Error)) 271if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 287if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Trace)) 303if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 319if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 335if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 357if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 373if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 389if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 405if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 447if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Error)) 463if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Trace)) 479if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 495if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 511if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 527if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 543if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 559if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 575if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Trace)) 591if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Trace)) 607if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Trace)) 623if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 639if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 655if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 671if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 687if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 703if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Error)) 719if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Trace)) 735if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Trace)) 751if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Trace)) 775if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 791if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug))
Internal\DefaultHubDispatcher.cs (1)
840var loggingEnabled = logger.IsEnabled(LogLevel.Critical);
Internal\DefaultHubDispatcherLog.cs (2)
28if (logger.IsEnabled(LogLevel.Trace)) 40if (logger.IsEnabled(LogLevel.Trace))
Microsoft.AspNetCore.StaticAssets (16)
_generated\0\LoggerMessage.g.cs (16)
21if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Warning)) 44if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 60if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Information)) 76if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 92if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 108if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 124if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 140if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Information)) 156if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Information)) 172if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 188if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Warning)) 204if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Information)) 220if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 236if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 252if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Warning)) 268if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Warning))
Microsoft.AspNetCore.StaticFiles (14)
_generated\0\LoggerMessage.g.cs (14)
19if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 35if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Information)) 51if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 67if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 83if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 99if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 115if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Information)) 131if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Information)) 147if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 163if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Warning)) 179if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Information)) 195if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 211if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 227if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Warning))
Microsoft.AspNetCore.WebSockets (3)
_generated\0\LoggerMessage.g.cs (2)
21if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 37if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug))
WebSocketMiddleware.cs (1)
75if (_logger.IsEnabled(LogLevel.Debug))
Microsoft.DotNet.HotReload.Watch (7)
Build\BuildReporter.cs (1)
27if (logger.IsEnabled(LogLevel.Trace))
HotReload\CompilationHandler.cs (1)
1037if (!Logger.IsEnabled(LogLevel.Trace))
Process\ProjectLauncher.cs (1)
75if (clients.IsManagedAgentSupported && Logger.IsEnabled(LogLevel.Trace))
src\sdk\src\Dotnet.Watch\HotReloadClient\DefaultHotReloadClient.cs (1)
165=> Logger.IsEnabled(LogLevel.Debug) ? ResponseLoggingLevel.Verbose : ResponseLoggingLevel.WarningsAndErrors;
src\sdk\src\Dotnet.Watch\HotReloadClient\Logging\LogEvents.cs (1)
30if (logger.IsEnabled(logEvent.Level))
src\sdk\src\Dotnet.Watch\HotReloadClient\Web\AbstractBrowserRefreshServer.cs (1)
98if (logger.IsEnabled(LogLevel.Trace))
src\sdk\src\Dotnet.Watch\HotReloadClient\Web\WebAssemblyHotReloadClient.cs (1)
120var loggingLevel = Logger.IsEnabled(LogLevel.Debug) ? ResponseLoggingLevel.Verbose : ResponseLoggingLevel.WarningsAndErrors;
Microsoft.Extensions.AI (24)
ChatCompletion\FunctionInvokingChatClient.cs (3)
1420bool traceLoggingEnabled = _logger.IsEnabled(LogLevel.Trace); 1438if (!loggedInvoke && _logger.IsEnabled(LogLevel.Debug)) 1487if (!loggedResult && _logger.IsEnabled(LogLevel.Debug))
ChatCompletion\LoggingChatClient.cs (7)
57if (_logger.IsEnabled(LogLevel.Debug)) 59if (_logger.IsEnabled(LogLevel.Trace)) 73if (_logger.IsEnabled(LogLevel.Debug)) 75if (_logger.IsEnabled(LogLevel.Trace)) 103if (_logger.IsEnabled(LogLevel.Debug)) 105if (_logger.IsEnabled(LogLevel.Trace)) 156if (_logger.IsEnabled(LogLevel.Trace))
Embeddings\LoggingEmbeddingGenerator.cs (2)
58if (_logger.IsEnabled(LogLevel.Debug)) 60if (_logger.IsEnabled(LogLevel.Trace))
Image\LoggingImageGenerator.cs (4)
63if (_logger.IsEnabled(LogLevel.Debug)) 65if (_logger.IsEnabled(LogLevel.Trace)) 79if (_logger.IsEnabled(LogLevel.Debug)) 81if (_logger.IsEnabled(LogLevel.Trace) && response.Contents.All(c => c is not DataContent))
SpeechToText\LoggingSpeechToTextClient.cs (8)
61if (_logger.IsEnabled(LogLevel.Debug)) 63if (_logger.IsEnabled(LogLevel.Trace)) 77if (_logger.IsEnabled(LogLevel.Debug)) 79if (_logger.IsEnabled(LogLevel.Trace)) 107if (_logger.IsEnabled(LogLevel.Debug)) 109if (_logger.IsEnabled(LogLevel.Trace)) 160if (_logger.IsEnabled(LogLevel.Debug)) 162if (_logger.IsEnabled(LogLevel.Trace))
Microsoft.Extensions.Caching.Memory (3)
MemoryCache.cs (3)
568if (_logger.IsEnabled(LogLevel.Debug)) 593if (_logger.IsEnabled(LogLevel.Debug)) 606if (_logger.IsEnabled(LogLevel.Debug))
Microsoft.Extensions.Diagnostics.HealthChecks (14)
_generated\0\LoggerMessage.g.cs (13)
21if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 37if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 53if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 69if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 85if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Warning)) 101if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Error)) 117if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Error)) 142if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 158if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 174if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 190if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) 206if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Error)) 222if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Error))
DefaultHealthCheckService.cs (1)
255if (entry.Data.Count > 0 && logger.IsEnabled(LogLevel.Debug))
Microsoft.Extensions.Hosting (9)
Internal\ConsoleLifetime.cs (1)
102if (Logger.IsEnabled(LogLevel.Information))
Internal\HostingLoggerExtensions.cs (8)
34if (logger.IsEnabled(LogLevel.Debug)) 44if (logger.IsEnabled(LogLevel.Debug)) 54if (logger.IsEnabled(LogLevel.Debug)) 64if (logger.IsEnabled(LogLevel.Debug)) 74if (logger.IsEnabled(LogLevel.Debug)) 85if (logger.IsEnabled(LogLevel.Error)) 96if (logger.IsEnabled(LogLevel.Critical)) 107if (logger.IsEnabled(LogLevel.Error))
Microsoft.Extensions.Hosting.Systemd (1)
SystemdLifetime.cs (1)
95if (Logger.IsEnabled(LogLevel.Information))
Microsoft.Extensions.Hosting.WindowsServices (1)
WindowsServiceLifetime.cs (1)
80if (Logger.IsEnabled(LogLevel.Information))
Microsoft.Extensions.Http (5)
Logging\LogHelper.cs (5)
71if (logger.IsEnabled(LogLevel.Information)) 76if (logger.IsEnabled(LogLevel.Trace)) 91if (logger.IsEnabled(LogLevel.Trace)) 115if (logger.IsEnabled(LogLevel.Trace)) 130if (logger.IsEnabled(LogLevel.Trace))
Microsoft.Extensions.Http.Diagnostics (1)
Logging\Internal\Log.cs (1)
89if (!logger.IsEnabled(level))
Microsoft.Extensions.Identity.Core (6)
RoleManager.cs (1)
411if (Logger.IsEnabled(LogLevel.Warning))
UserManager.cs (5)
1413if (Logger.IsEnabled(LogLevel.Debug)) 1422if (Logger.IsEnabled(LogLevel.Debug)) 1888if (!result && Logger.IsEnabled(LogLevel.Debug)) 2926if (Logger.IsEnabled(LogLevel.Debug)) 2962if (Logger.IsEnabled(LogLevel.Debug))
Microsoft.Extensions.Localization (1)
_generated\0\LoggerMessage.g.cs (1)
21if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug))
Microsoft.Extensions.Logging (2)
Logger.cs (1)
101if (logger.IsEnabled(logLevel))
src\runtime\src\libraries\Common\src\Extensions\Logging\DebuggerDisplayFormatting.cs (1)
49if (!logger.IsEnabled(logLevel))
Microsoft.Extensions.Logging.Abstractions (9)
LoggerMessage.cs (7)
157if (logger.IsEnabled(logLevel)) 200if (logger.IsEnabled(logLevel)) 245if (logger.IsEnabled(logLevel)) 292if (logger.IsEnabled(logLevel)) 341if (logger.IsEnabled(logLevel)) 392if (logger.IsEnabled(logLevel)) 445if (logger.IsEnabled(logLevel))
LoggerT.cs (1)
41return _logger.IsEnabled(logLevel);
src\runtime\src\libraries\Common\src\Extensions\Logging\DebuggerDisplayFormatting.cs (1)
49if (!logger.IsEnabled(logLevel))
Microsoft.Extensions.ServiceDiscovery (3)
Configuration\ConfigurationServiceEndpointProvider.Log.cs (1)
27if (!logger.IsEnabled(LogLevel.Debug))
ServiceEndpointWatcher.Log.cs (1)
23if (logger.IsEnabled(LogLevel.Debug))
ServiceEndpointWatcherFactory.Log.cs (1)
17if (logger.IsEnabled(LogLevel.Debug))
Microsoft.Extensions.Telemetry (1)
Logging\Import\LoggerInformation.cs (1)
26LoggerIsEnabled = logger.IsEnabled;
Microsoft.Extensions.Telemetry.PerformanceTests (2)
ClassicCodeGen.cs (2)
23if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Error)) 34if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Error))
Microsoft.Gen.Logging.Generated.Tests (1)
Utils.cs (1)
62public bool IsEnabled(LogLevel logLevel) => _logger.IsEnabled(logLevel);
Microsoft.NET.Build.Containers (1)
Registry\HttpExtensions.cs (1)
69if (logger.IsEnabled(LogLevel.Trace))
OrderProcessor (1)
OrderProcessingWorker.cs (1)
59if (_logger.IsEnabled(LogLevel.Debug))
TestProject.WorkerA (1)
Worker.cs (1)
21if (_logger.IsEnabled(LogLevel.Information))