1 implementation of ITestSink
Microsoft.AspNetCore.InternalTesting (1)
Logging\TestSink.cs (1)
9public class TestSink : ITestSink
8 references to ITestSink
Microsoft.AspNetCore.InternalTesting (8)
LoggedTest\LoggedTest.cs (1)
15public ITestSink TestSink { get; set; }
Logging\TestLogger.cs (3)
11private readonly ITestSink _sink; 15public TestLogger(string name, ITestSink sink, bool enabled) 20public TestLogger(string name, ITestSink sink, Func<LogLevel, bool> filter)
Logging\TestLoggerFactory.cs (2)
8private readonly ITestSink _sink; 11public TestLoggerFactory(ITestSink sink, bool enabled)
Logging\TestLoggerProvider.cs (2)
8private readonly ITestSink _sink; 10public TestLoggerProvider(ITestSink sink)