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.");