10 references to Trace
Microsoft.Build (10)
BackEnd\Components\Communications\NodeProviderOutOfProcBase.cs (10)
1166CommunicationsUtilities.Trace(_nodeId, $"EXCEPTION in RunPacketReadLoopAsync: {e}"); 1199CommunicationsUtilities.Trace(_nodeId, $"EXCEPTION in RunPacketReadLoopAsync (Reading): {e}"); 1234CommunicationsUtilities.Trace(_nodeId, $"Ignoring {packet.Type} after the node send queue closed."); 1393CommunicationsUtilities.Trace(context._nodeId, $"EXCEPTION in SendData: {e}"); 1526CommunicationsUtilities.Trace(_nodeId, $"COMMUNICATIONS ERROR (HRC) Node: {_nodeId} Process: {_process.Id} Bytes Read: {bytesRead} Expected: {_headerByte.Length}"); 1531CommunicationsUtilities.Trace(_nodeId, $" Child Process {_process.Id} has exited."); 1535CommunicationsUtilities.Trace(_nodeId, $" Child Process {_process.Id} is still running."); 1540CommunicationsUtilities.Trace(_nodeId, $"Unable to retrieve remote process information. {e}"); 1602CommunicationsUtilities.Trace(_nodeId, $"Bad packet read for packet {packetType} - Expected {packetLength} bytes, got {bytesRead}"); 1621CommunicationsUtilities.Trace(_nodeId, $"EXCEPTION in ReadAndRoutePacket: {e}");