1 write to _msgPrefix
Aspire.Workload.Tests (1)
tests\Shared\WorkloadTesting\ToolCommand.cs (1)
34
_msgPrefix
= string.IsNullOrEmpty(_label) ? string.Empty : $"[{_label}] ";
8 references to _msgPrefix
Aspire.Workload.Tests (8)
tests\Shared\WorkloadTesting\ToolCommand.cs (8)
109
_testOutput.WriteLine($"{
_msgPrefix
}Executing - {executable} {args} {WorkingDirectoryInfo()}");
124
_testOutput.WriteLine($"{
_msgPrefix
}{e.Data}");
139
_testOutput.WriteLine($"{
_msgPrefix
}{e.Data}");
162
_testOutput.WriteLine($"{
_msgPrefix
}Got the Exited event, and waiting on WaitForExitAsync now");
167
_testOutput.WriteLine($"{
_msgPrefix
}Timed out waiting for it. Ignoring.");
170
_testOutput.WriteLine($"{
_msgPrefix
}Process ran for {runTimeStopwatch.Elapsed.TotalSeconds} secs");
187
_testOutput.WriteLine($"{
_msgPrefix
}Process has been running for {runTimeStopwatch.Elapsed.TotalSeconds} secs");
249
_testOutput.WriteLine($"{
_msgPrefix
}\t[{item.Key}] = {item.Value}");