5 references to _log
dotnet (5)
Installer\Windows\InstallClientElevationContext.cs (5)
43
_log
?.LogMessage($"Attempting to start the elevated command instance. {startInfo.FileName} {startInfo.Arguments}.");
61
_log
.AddNamedPipe(WindowsUtils.CreatePipeName(_serverProcess.Id, "log"));
65
_log
.LogMessage("Elevated command instance started.");
69
_log
?.LogMessage($"Failed to start the elevated command instance.");
77
_log
?.LogMessage($"Elevated command instance has exited.");