9 references to Trace
Microsoft.Build (9)
BackEnd\Components\Communications\NodeProviderOutOfProcBase.cs (9)
1102CommunicationsUtilities.Trace(_nodeId, $"EXCEPTION in RunPacketReadLoopAsync: {e}"); 1135CommunicationsUtilities.Trace(_nodeId, $"EXCEPTION in RunPacketReadLoopAsync (Reading): {e}"); 1250CommunicationsUtilities.Trace(context._nodeId, $"EXCEPTION in SendData: {e}"); 1342CommunicationsUtilities.Trace(_nodeId, $"COMMUNICATIONS ERROR (HRC) Node: {_nodeId} Process: {_process.Id} Bytes Read: {bytesRead} Expected: {_headerByte.Length}"); 1347CommunicationsUtilities.Trace(_nodeId, $" Child Process {_process.Id} has exited."); 1351CommunicationsUtilities.Trace(_nodeId, $" Child Process {_process.Id} is still running."); 1356CommunicationsUtilities.Trace(_nodeId, $"Unable to retrieve remote process information. {e}"); 1418CommunicationsUtilities.Trace(_nodeId, $"Bad packet read for packet {packetType} - Expected {packetLength} bytes, got {bytesRead}"); 1435CommunicationsUtilities.Trace(_nodeId, $"EXCEPTION in ReadAndRoutePacket: {e}");