1 implementation of Log
Roslyn.Test.Performance.Utilities (1)
Logger.cs (1)
62
void ILogger.
Log
(string v)
11 references to Log
Roslyn.Test.Performance.Utilities (11)
Benchview.cs (1)
125
RuntimeSettings.Logger.
Log
("Creating BenchView submission json");
RelativeDirectory.cs (6)
110
logger.
Log
($"Didn't download and extract {zipFileName} because one already exists at {zipPath}.");
117
logger.
Log
($"Removing old zip {path}");
123
logger.
Log
($"Downloading {downloadTarget}");
126
logger.
Log
($"Done Downloading");
129
logger.
Log
($"Extracting {zipPath} to {TempDirectory}");
131
logger.
Log
($"Done Extracting");
TestUtilities.cs (4)
208
RuntimeSettings.Logger.
Log
(info);
217
RuntimeSettings.Logger.
Log
(String.Format("The process \"{0}\" {1} with code {2}",
221
RuntimeSettings.Logger.
Log
($"Standard Out:\n{result.StdOut}");
222
RuntimeSettings.Logger.
Log
($"\nStandard Error:\n{result.StdErr}");