2 references to StartTestLog
Microsoft.AspNetCore.InternalTesting.Tests (1)
AssemblyTestLogTests.cs (1)
79
using (assemblyLog.
StartTestLog
(output, "NonExistant.Test.Class", out var loggerFactory))
Microsoft.AspNetCore.SignalR.Tests.Utils (1)
src\Shared\SignalR\InProcessTestServer.cs (1)
81
_logToken = testLog.
StartTestLog
(null, $"{nameof(InProcessTestServer<TStartup>)}_{typeof(TStartup).Name}",