1 implementation of ITestSink
Aspire.Hosting.Tests (1)
tests\Shared\Logging\TestSink.cs (1)
8
public class TestSink :
ITestSink
7 references to ITestSink
Aspire.Hosting.Tests (7)
tests\Shared\Logging\TestLogger.cs (3)
9
private readonly
ITestSink
_sink;
13
public TestLogger(string name,
ITestSink
sink, bool enabled)
18
public TestLogger(string name,
ITestSink
sink, Func<LogLevel, bool> filter)
tests\Shared\Logging\TestLoggerFactory.cs (2)
8
private readonly
ITestSink
_sink;
11
public TestLoggerFactory(
ITestSink
sink, bool enabled)
tests\Shared\Logging\TestLoggerProvider.cs (2)
8
private readonly
ITestSink
_sink;
10
public TestLoggerProvider(
ITestSink
sink)