9 references to Trace
Microsoft.Build (9)
BackEnd\Components\Communications\NodeProviderOutOfProcBase.cs (9)
1032CommunicationsUtilities.Trace(_nodeId, $"EXCEPTION in RunPacketReadLoopAsync: {e}"); 1065CommunicationsUtilities.Trace(_nodeId, $"EXCEPTION in RunPacketReadLoopAsync (Reading): {e}"); 1180CommunicationsUtilities.Trace(context._nodeId, $"EXCEPTION in SendData: {e}"); 1272CommunicationsUtilities.Trace(_nodeId, $"COMMUNICATIONS ERROR (HRC) Node: {_nodeId} Process: {_process.Id} Bytes Read: {bytesRead} Expected: {_headerByte.Length}"); 1277CommunicationsUtilities.Trace(_nodeId, $" Child Process {_process.Id} has exited."); 1281CommunicationsUtilities.Trace(_nodeId, $" Child Process {_process.Id} is still running."); 1286CommunicationsUtilities.Trace(_nodeId, $"Unable to retrieve remote process information. {e}"); 1348CommunicationsUtilities.Trace(_nodeId, $"Bad packet read for packet {packetType} - Expected {packetLength} bytes, got {bytesRead}"); 1365CommunicationsUtilities.Trace(_nodeId, $"EXCEPTION in ReadAndRoutePacket: {e}");