15 references to Trace
Microsoft.Build.Tasks.Core (15)
AssemblyDependency\Node\OutOfProcRarNode.cs (1)
147CommunicationsUtilities.Trace("{0} RAR endpoints started.", endpoints.Length);
AssemblyDependency\Node\OutOfProcRarNodeEndpoint.cs (6)
46CommunicationsUtilities.Trace("({0}) Starting RAR endpoint.", _endpointId); 57CommunicationsUtilities.Trace("({0}) RAR endpoint stopped due to cancellation.", _endpointId); 80CommunicationsUtilities.Trace("({0}) Received request.", _endpointId); 88CommunicationsUtilities.Trace("({0}) Executing RAR...", _endpointId); 98CommunicationsUtilities.Trace("({0}) Completed RAR request.", _endpointId); 104CommunicationsUtilities.Trace("({0}) RAR client disconnected.", _endpointId);
AssemblyDependency\ResolveAssemblyReference.cs (1)
3289CommunicationsUtilities.Trace("RAR out-of-proc connection failed, failing back to in-proc. Exception: {0}", ex);
CommunicationsUtilities.cs (2)
210CommunicationsUtilities.Trace("Handshake salt is {0}", handshakeSalt); 211CommunicationsUtilities.Trace("Tools directory root is {0}", toolsDirectory);
NodePipeClient.cs (2)
53CommunicationsUtilities.Trace("Successfully connected to pipe {0}...!", PipeName); 90CommunicationsUtilities.Trace("Reading handshake from pipe {0}", PipeName);
NodePipeServer.cs (3)
116CommunicationsUtilities.Trace("Waiting for connection {0} ms...", waitTimeRemaining); 150CommunicationsUtilities.Trace("Client connection failed but we will wait for another connection. Exception: {0}", e.Message); 165CommunicationsUtilities.Trace("Client connection failed. Exiting comm thread. {0}", e);