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