9 references to StartTestLog
Microsoft.AspNetCore.InternalTesting (2)
AssemblyTestLog.cs (1)
60StartTestLog(output, className, out loggerFactory, LogLevel.Debug, testName);
LoggedTest\LoggedTestBase.cs (1)
55return AssemblyTestLog.ForAssembly(GetType().GetTypeInfo().Assembly).StartTestLog(TestOutputHelper, GetType().FullName, out loggerFactory, minLogLevel, testName);
Microsoft.AspNetCore.InternalTesting.Tests (6)
AssemblyTestLogTests.cs (6)
55using (testAssemblyLog.StartTestLog( 133using (testAssemblyLog.StartTestLog( 203using (testAssemblyLog.StartTestLog( 249using (testAssemblyLog.StartTestLog( 284using (testAssemblyLog.StartTestLog( 328using (testAssemblyLog.StartTestLog(
Microsoft.AspNetCore.SignalR.StackExchangeRedis.Tests (1)
RedisServerFixture.cs (1)
33_logToken = testLog.StartTestLog(null, $"{nameof(RedisServerFixture<TStartup>)}_{typeof(TStartup).Name}", out _loggerFactory, LogLevel.Trace, "RedisServerFixture");