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