1 write to _logger
Microsoft.CodeAnalysis.Workspaces.MSBuild (1)
MSBuild\BuildHostProcessManager.cs (1)
452
_logger
= loggerFactory?.CreateLogger($"BuildHost PID {process.Id}");
8 references to _logger
Microsoft.CodeAnalysis.Workspaces.MSBuild (8)
MSBuild\BuildHostProcessManager.cs (8)
496
_logger
?.LogTrace($"Message on {outputName}: {e.Data}");
522
_logger
?.LogTrace("Sending a Shutdown request to the BuildHost.");
529
_logger
?.LogTrace($"{nameof(RpcClient)} has been shut down.");
534
_logger
?.LogError(e, "Exception while shutting down the BuildHost process.");
552
_logger
?.LogError(e, "Exception while trying to kill the BuildHost process.");
559
if (
_logger
== null)
565
_logger
.LogError("The BuildHost process is not responding. Process output:{newLine}{processLog}", Environment.NewLine, processLog);
567
_logger
.LogError("The BuildHost process exited with {errorCode}. Process output:{newLine}{processLog}", _process.ExitCode, Environment.NewLine, processLog);