1 write to Log
dotnet-MsiInstallation.Tests (1)
Framework\VirtualMachine.cs (1)
41
Log
= log;
5 references to Log
dotnet-MsiInstallation.Tests (5)
Framework\VirtualMachine.cs (5)
56
var virtualMachineNames = VMControl.GetVirtualMachines(
Log
);
104
Log
.WriteLine(snapshot.id + ": " + snapshot.name);
166
Log
.WriteLine($"Removing missing snapshot from tree: {nodeToRemove.Value.resultingState.SnapshotName}");
277
TestCommand.LogCommandResult(
Log
, result.ToCommandResult());
365
var result = new RunExeCommand(
Log
, "robocopy", action.SourcePath, targetSharePath, "/mir")