1 write to _globalLogger
Microsoft.AspNetCore.InternalTesting (1)
AssemblyTestLog.cs (1)
49_globalLogger = globalLogger;
6 references to _globalLogger
Microsoft.AspNetCore.InternalTesting (6)
AssemblyTestLog.cs (6)
78_globalLogger.LogInformation("Starting test {testName}", testName); 84_globalLogger.LogInformation("Finished test {testName} in {duration}s", testName, stopwatch.Elapsed.TotalSeconds); 125_globalLogger.LogWarning($"Test name {testName} is too long. Please shorten test name."); 137_globalLogger.LogWarning($"To prevent long paths test name was shortened to {testName}."); 144_globalLogger.LogWarning($"Output log file {testOutputFile} already exists. Please try to keep log file names unique."); 152_globalLogger.LogWarning($"To resolve log file collision, the enumerated file {testOutputFile} will be used.");