4 references to KestrelTestLoggerProvider
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (4)
ConnectionDispatcherTests.cs (1)
27var loggerFactory = new LoggerFactory(new[] { new KestrelTestLoggerProvider(testLogger) });
KestrelServerTests.cs (1)
974return new KestrelServer(Options.Create(options), new MockTransportFactory(), new LoggerFactory(new[] { new KestrelTestLoggerProvider(testLogger) }));
src\Servers\Kestrel\shared\test\KestrelTestLoggerProvider.cs (1)
13: this(new TestApplicationErrorLogger { ThrowOnCriticalErrors = throwOnCriticalErrors })
src\Servers\Kestrel\shared\test\TestApplicationErrorLoggerLoggedTest.cs (1)
42LoggerFactory.AddProvider(new KestrelTestLoggerProvider(TestApplicationErrorLogger));