2 references to StartTestLog
Microsoft.AspNetCore.InternalTesting (2)
AssemblyTestLog.cs (1)
60
StartTestLog
(output, className, out loggerFactory, LogLevel.Debug, testName);
LoggedTest\LoggedTestBase.cs (1)
55
return AssemblyTestLog.ForAssembly(GetType().GetTypeInfo().Assembly).
StartTestLog
(TestOutputHelper, GetType().FullName, out loggerFactory, minLogLevel, testName);