1 write to _msgPrefix
Infrastructure.Tests (1)
WorkflowScripts\NodeCommand.cs (1)
24_msgPrefix = string.IsNullOrEmpty(_label) ? string.Empty : $"[{_label}] ";
8 references to _msgPrefix
Infrastructure.Tests (8)
WorkflowScripts\NodeCommand.cs (8)
77_testOutput.WriteLine($"{_msgPrefix}Executing - node {BuildDisplayArguments(scriptPath, args)} {WorkingDirectoryInfo()}"); 96_testOutput.WriteLine($"{_msgPrefix}{e.Data}"); 111_testOutput.WriteLine($"{_msgPrefix}{e.Data}"); 132_testOutput.WriteLine($"{_msgPrefix}Got the Exited event, waiting on WaitForExitAsync"); 137_testOutput.WriteLine($"{_msgPrefix}Timed out waiting for it. Ignoring."); 140_testOutput.WriteLine($"{_msgPrefix}Process ran for {runTimeStopwatch.Elapsed.TotalSeconds:F2} secs"); 157_testOutput.WriteLine($"{_msgPrefix}Process has been running for {runTimeStopwatch.Elapsed.TotalSeconds:F2} secs"); 210_testOutput.WriteLine($"{_msgPrefix}\t[{key}] = {value}");