9 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);
Microsoft.AspNetCore.InternalTesting.Tests (6)
AssemblyTestLogTests.cs (6)
55
using (testAssemblyLog.
StartTestLog
(
133
using (testAssemblyLog.
StartTestLog
(
203
using (testAssemblyLog.
StartTestLog
(
249
using (testAssemblyLog.
StartTestLog
(
284
using (testAssemblyLog.
StartTestLog
(
328
using (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");