148 references to Log
Microsoft.Build (100)
BackEnd\BuildManager\BuildManager.cs (3)
584MSBuildEventSource.Log.BuildStart(); 904MSBuildEventSource.Log.CancelSubmissionsStart(); 1254MSBuildEventSource.Log.BuildStop();
BackEnd\Client\MSBuildClient.cs (2)
253MSBuildEventSource.Log.MSBuildServerBuildStart(descriptiveCommandLine); 261MSBuildEventSource.Log.MSBuildServerBuildStop(descriptiveCommandLine, _numConsoleWritePackets, _sizeOfConsoleWritePackets, _exitResult.MSBuildClientExitType.ToString(), _exitResult.MSBuildAppExitTypeString ?? string.Empty);
BackEnd\Components\Communications\NodeProviderOutOfProcBase.cs (11)
272MSBuildEventSource.Log.NodeReuseScanStart(); 274MSBuildEventSource.Log.NodeReuseScanStop(possibleRunningNodesList.Count); 290MSBuildEventSource.Log.NodeConnectStart(nodeId); 339MSBuildEventSource.Log.NodePipeConnectStart(nodeId, nodeToReuse.Id); 341MSBuildEventSource.Log.NodePipeConnectStop(nodeId, nodeToReuse.Id, succeeded: nodeStream != null); 353MSBuildEventSource.Log.NodeConnectStop(nodeId, nodeToReuse.Id, isReused: true); 392MSBuildEventSource.Log.NodeLaunchStart(nodeId); 394MSBuildEventSource.Log.NodeLaunchStop(nodeId, msbuildProcess.Id); 403MSBuildEventSource.Log.NodePipeConnectStart(nodeId, msbuildProcess.Id); 405MSBuildEventSource.Log.NodePipeConnectStop(nodeId, msbuildProcess.Id, succeeded: nodeStream != null); 412MSBuildEventSource.Log.NodeConnectStop(nodeId, msbuildProcess.Id, isReused: false);
BackEnd\Components\ProjectCache\ProjectCacheService.cs (11)
235MSBuildEventSource.Log.ProjectCacheCreatePluginInstanceStart(pluginAssemblyPath); 254MSBuildEventSource.Log.ProjectCacheCreatePluginInstanceStop(pluginAssemblyPath, pluginTypeName); 266MSBuildEventSource.Log.ProjectCacheBeginBuildStart(pluginTypeName); 371MSBuildEventSource.Log.ProjectCacheBeginBuildStop(pluginTypeName); 627MSBuildEventSource.Log.ProjectCacheGetCacheResultStart(plugin.Name, buildRequest.ProjectFullPath, targetNames ?? MSBuildConstants.DefaultTargetsMarker); 661if (MSBuildEventSource.Log.IsEnabled()) 664MSBuildEventSource.Log.ProjectCacheGetCacheResultStop(plugin.Name, buildRequest.ProjectFullPath, targetNames ?? "<default>", cacheResultType); 905MSBuildEventSource.Log.ProjectCacheHandleBuildResultStart(plugin.Name, fileAccessContext.ProjectFullPath, targetNames); 925MSBuildEventSource.Log.ProjectCacheHandleBuildResultStop(plugin.Name, fileAccessContext.ProjectFullPath, targetNames); 988MSBuildEventSource.Log.ProjectCacheEndBuildStart(plugin.Name); 1010MSBuildEventSource.Log.ProjectCacheEndBuildStop(plugin.Name);
BackEnd\Components\RequestBuilder\RequestBuilder.cs (6)
791MSBuildEventSource.Log.RequestThreadProcStart(projectPath, configurationId, globalRequestId, nodeRequestId); 873MSBuildEventSource.Log.RequestThreadProcStop(projectPath, configurationId, globalRequestId, nodeRequestId); 1215if (MSBuildEventSource.Log.IsEnabled()) 1217MSBuildEventSource.Log.BuildProjectStart(_requestEntry.RequestConfiguration.ProjectFullPath, string.Join(", ", allTargets)); 1269if (MSBuildEventSource.Log.IsEnabled()) 1271MSBuildEventSource.Log.BuildProjectStop(_requestEntry.RequestConfiguration.ProjectFullPath,
BackEnd\Components\RequestBuilder\TargetBuilder.cs (2)
488MSBuildEventSource.Log.TargetStart(currentTargetEntry.Name); 490MSBuildEventSource.Log.TargetStop(currentTargetEntry.Name, currentTargetEntry.Result?.TargetResultCodeToString() ?? string.Empty);
BackEnd\Components\RequestBuilder\TargetEntry.cs (2)
476MSBuildEventSource.Log.TargetUpToDateStart(); 479MSBuildEventSource.Log.TargetUpToDateStop((int)dependencyResult);
BackEnd\Components\RequestBuilder\TaskBuilder.cs (2)
452MSBuildEventSource.Log.ExecuteTaskStart(_taskNode?.Name, taskLoggingContext.BuildEventContext.TaskId); 517MSBuildEventSource.Log.ExecuteTaskStop(_taskNode?.Name, taskLoggingContext.BuildEventContext.TaskId);
BackEnd\Components\RequestBuilder\TaskHost.cs (4)
362MSBuildEventSource.Log.ExecuteTaskYieldStart(_taskLoggingContext.TaskName, _taskLoggingContext.BuildEventContext.TaskId); 391MSBuildEventSource.Log.ExecuteTaskYieldStop(_taskLoggingContext.TaskName, _taskLoggingContext.BuildEventContext.TaskId); 392MSBuildEventSource.Log.ExecuteTaskReacquireStart(_taskLoggingContext.TaskName, _taskLoggingContext.BuildEventContext.TaskId); 394MSBuildEventSource.Log.ExecuteTaskReacquireStop(_taskLoggingContext.TaskName, _taskLoggingContext.BuildEventContext.TaskId);
BackEnd\Components\SdkResolution\CachingSdkResolverService.cs (2)
44MSBuildEventSource.Log.CachedSdkResolverServiceResolveSdkStart(sdk.Name, solutionPath ?? string.Empty, projectPath ?? string.Empty); 82MSBuildEventSource.Log.CachedSdkResolverServiceResolveSdkStop(sdk.Name, solutionPath ?? string.Empty, projectPath ?? string.Empty, result.Success, wasResultCached);
BackEnd\Components\SdkResolution\HostedSdkResolverServiceBase.cs (1)
63MSBuildEventSource.Log.SdkResolverServiceNodeShutDownSet();
BackEnd\Components\SdkResolution\OutOfProcNodeSdkResolverService.cs (2)
76MSBuildEventSource.Log.OutOfProcSdkResolverServiceRequestSdkPathFromMainNodeStart(submissionId, sdk.Name, solutionPath, projectPath); 96MSBuildEventSource.Log.OutOfProcSdkResolverServiceRequestSdkPathFromMainNodeStop(submissionId, sdk.Name, solutionPath, projectPath, _lastResponse.Success, wasResultCached);
BackEnd\Components\SdkResolution\SdkResolverLoader.cs (6)
61MSBuildEventSource.Log.SdkResolverLoadAllResolversStart(); 82MSBuildEventSource.Log.SdkResolverLoadAllResolversStop(resolvers.Count); 90MSBuildEventSource.Log.SdkResolverFindResolversManifestsStart(); 99MSBuildEventSource.Log.SdkResolverFindResolversManifestsStop(allResolversManifests?.Count ?? 0); 298MSBuildEventSource.Log.SdkResolverLoadResolversStart(); 306MSBuildEventSource.Log.SdkResolverLoadResolversStop(manifest.DisplayName ?? string.Empty, resolvers.Count);
BackEnd\Components\SdkResolution\SdkResolverService.cs (2)
349MSBuildEventSource.Log.SdkResolverResolveSdkStart(); 375MSBuildEventSource.Log.SdkResolverResolveSdkStop(sdkResolver.Name, sdk.Name, solutionPath ?? string.Empty, projectPath ?? string.Empty, result?.Path ?? string.Empty, result?.Success ?? false);
BackEnd\Node\OutOfProcNode.cs (2)
462MSBuildEventSource.Log.OutOfProcNodeShutDownStart(); 547MSBuildEventSource.Log.OutOfProcNodeShutDownStop(_shutdownReason.ToString());
Construction\ProjectRootElement.cs (6)
1545if (MSBuildEventSource.Log.IsEnabled()) 1547MSBuildEventSource.Log.SaveStart(_projectFileLocation.LocationString); 1578if (MSBuildEventSource.Log.IsEnabled()) 1580MSBuildEventSource.Log.SaveStop(_projectFileLocation.LocationString); 2094MSBuildEventSource.Log.LoadDocumentStart(fullPath); 2124MSBuildEventSource.Log.LoadDocumentStop(fullPath);
Evaluation\Evaluator.cs (14)
337MSBuildEventSource.Log.EvaluateStart(root.ProjectFileLocation.File); 385MSBuildEventSource.Log.EvaluateStop(root.ProjectFileLocation.File); 664MSBuildEventSource.Log.EvaluatePass0Start(_projectRootElement.ProjectFileLocation.File); 678MSBuildEventSource.Log.EvaluatePass0Stop(projectFile); 681MSBuildEventSource.Log.EvaluatePass1Start(projectFile); 696MSBuildEventSource.Log.EvaluatePass1Stop(projectFile); 706MSBuildEventSource.Log.EvaluatePass2Start(projectFile); 717MSBuildEventSource.Log.EvaluatePass2Stop(projectFile); 732MSBuildEventSource.Log.EvaluatePass3Start(projectFile); 770MSBuildEventSource.Log.EvaluatePass3Stop(projectFile); 779MSBuildEventSource.Log.EvaluatePass4Start(projectFile); 792MSBuildEventSource.Log.EvaluatePass4Stop(projectFile); 822MSBuildEventSource.Log.EvaluatePass5Start(projectFile); 876MSBuildEventSource.Log.EvaluatePass5Stop(projectFile);
Evaluation\LazyItemEvaluator.cs (2)
82MSBuildEventSource.Log.EvaluateConditionStart(condition); 95MSBuildEventSource.Log.EvaluateConditionStop(condition, result);
Evaluation\LazyItemEvaluator.IncludeOperation.cs (4)
116if (MSBuildEventSource.Log.IsEnabled()) 118MSBuildEventSource.Log.ExpandGlobStart(_rootDirectory ?? string.Empty, glob, string.Join(", ", excludePatternsForGlobs)); 133if (MSBuildEventSource.Log.IsEnabled()) 135MSBuildEventSource.Log.ExpandGlobStop(_rootDirectory ?? string.Empty, glob, string.Join(", ", excludePatternsForGlobs));
Evaluation\LazyItemEvaluator.LazyItemOperation.cs (2)
58MSBuildEventSource.Log.ApplyLazyItemOperationsStart(_itemElement.ItemType); 63MSBuildEventSource.Log.ApplyLazyItemOperationsStop(_itemElement.ItemType);
Evaluation\ProjectParser.cs (2)
116MSBuildEventSource.Log.ParseStart(projectRootElement.ProjectFileLocation.File); 121MSBuildEventSource.Log.ParseStop(projectRootElement.ProjectFileLocation.File);
Graph\ProjectGraph.cs (4)
486if (MSBuildEventSource.Log.IsEnabled()) 498MSBuildEventSource.Log.ProjectGraphConstructionStart(etwArgs); 506if (MSBuildEventSource.Log.IsEnabled()) 508MSBuildEventSource.Log.ProjectGraphConstructionStop(measurementInfo.ETWArgs);
Instance\TaskFactories\TaskHostTask.cs (2)
303MSBuildEventSource.Log.TaskHostDispatchStart(_taskType.Type.FullName); 439MSBuildEventSource.Log.TaskHostDispatchStop(_taskType.Type.FullName, _taskExecutionSucceeded);
src\msbuild\src\Shared\TypeLoader.cs (6)
496MSBuildEventSource.Log.FallbackAssemblyLoadStart(typeName); 499MSBuildEventSource.Log.FallbackAssemblyLoadStop(typeName); 576MSBuildEventSource.Log.LoadAssemblyAndFindTypeStart(); 618MSBuildEventSource.Log.CreateLoadedTypeStart(loadedAssembly.FullName); 622MSBuildEventSource.Log.CreateLoadedTypeStop(loadedAssembly.FullName); 626MSBuildEventSource.Log.LoadAssemblyAndFindTypeStop(_assemblyLoadInfo.AssemblyFile, numberOfTypesSearched);
Microsoft.Build.Framework (8)
ReuseableStringBuilder.cs (6)
266MSBuildEventSource.Log.ReusableStringBuilderFactoryStart(hash: returned.GetHashCode(), newCapacity: capacity, oldCapacity: 0, type: "miss"); 275MSBuildEventSource.Log.ReusableStringBuilderFactoryStart(hash: returned.GetHashCode(), newCapacity: newCapacity, oldCapacity: returned.Capacity, type: "miss-need-bigger"); 284MSBuildEventSource.Log.ReusableStringBuilderFactoryStart(hash: returned.GetHashCode(), newCapacity: capacity, oldCapacity: returned.Capacity, type: "hit"); 319MSBuildEventSource.Log.ReusableStringBuilderFactoryStop(hash: returningBuilder.GetHashCode(), returningCapacity: returningBuilder.Capacity, returningLength: returningLength, type: "discard"); 345MSBuildEventSource.Log.ReusableStringBuilderFactoryUnbalanced(oldHash: oldSharedBuilder.GetHashCode(), newHash: returningBuilder.GetHashCode()); 348MSBuildEventSource.Log.ReusableStringBuilderFactoryStop(hash: returningBuilder.GetHashCode(), returningCapacity: returningBuilder.Capacity, returningLength: returningLength, type: returning._borrowedBuilder != returningBuilder ? "return-new" : "return");
Utilities\StringBuilderCache.cs (2)
121=> Eventing.MSBuildEventSource.Log.ReusableStringBuilderFactoryStart( 129=> Eventing.MSBuildEventSource.Log.ReusableStringBuilderFactoryStop(
Microsoft.Build.Tasks.Core (24)
AssemblyDependency\ReferenceTable.cs (4)
1404MSBuildEventSource.Log.RarRemoveReferencesMarkedForExclusionStart(); 1492MSBuildEventSource.Log.RarRemoveReferencesMarkedForExclusionStop(); 1657MSBuildEventSource.Log.RarComputeClosureStart(); 1668MSBuildEventSource.Log.RarComputeClosureStop();
AssemblyDependency\ResolveAssemblyReference.cs (5)
1238MSBuildEventSource.Log.RarLogResultsStart(); 1467MSBuildEventSource.Log.RarLogResultsStop(); 2339MSBuildEventSource.Log.RarOverallStart(); 2848MSBuildEventSource.Log.RarOverallStop(_assemblyNames?.Length ?? -1, _assemblyFiles?.Length ?? -1, _resolvedFiles?.Length ?? -1, _resolvedDependencyFiles?.Length ?? -1, _copyLocalFiles?.Length ?? -1, _findDependencies); 2865MSBuildEventSource.Log.RarOverallStop(_assemblyNames?.Length ?? -1, _assemblyFiles?.Length ?? -1, _resolvedFiles?.Length ?? -1, _resolvedDependencyFiles?.Length ?? -1, _copyLocalFiles?.Length ?? -1, _findDependencies);
Copy.cs (7)
532MSBuildEventSource.Log.CopyUpToDateStart(destAbsolutePath); 556MSBuildEventSource.Log.CopyUpToDateStop(destAbsolutePath.OriginalValue, true); 699MSBuildEventSource.Log.CopyUpToDateStart(destAbsolutePath); 724MSBuildEventSource.Log.CopyUpToDateStop(destAbsolutePath.OriginalValue, true); 962MSBuildEventSource.Log.CopyUpToDateStop(destinationFileState.Path.OriginalValue, true); 966MSBuildEventSource.Log.CopyUpToDateStop(destinationFileState.Path.OriginalValue, false); 979MSBuildEventSource.Log.CopyUpToDateStop(destinationFileState.Path.OriginalValue, true);
FileIO\WriteLinesToFile.cs (4)
310MSBuildEventSource.Log.WriteLinesToFileUpToDateStart(); 319MSBuildEventSource.Log.WriteLinesToFileUpToDateStop(filePath.OriginalValue, true); 325MSBuildEventSource.Log.WriteLinesToFileUpToDateStop(filePath.OriginalValue, false); 335MSBuildEventSource.Log.WriteLinesToFileUpToDateStop(filePath.OriginalValue, false);
GenerateResource.cs (2)
665MSBuildEventSource.Log.GenerateResourceOverallStart(); 934MSBuildEventSource.Log.GenerateResourceOverallStop();
src\msbuild\src\Shared\NodePipeBase.cs (2)
125MSBuildEventSource.Log.PacketReadSize(packetLength); 175MSBuildEventSource.Log.PacketReadSize(packetLength);
MSBuild (16)
OutOfProcTaskAppDomainWrapperBase.cs (2)
408MSBuildEventSource.Log.TaskExecuteInHostStart(taskName); 417MSBuildEventSource.Log.TaskExecuteInHostStop(taskName, success);
OutOfProcTaskHostNode.cs (4)
579if (MSBuildEventSource.Log.IsEnabled()) 583MSBuildEventSource.Log.TaskHostBuildProjectFileStart(projectFilesJoined, targetNamesJoined); 606if (MSBuildEventSource.Log.IsEnabled()) 608MSBuildEventSource.Log.TaskHostBuildProjectFileStop(projectFilesJoined!, success);
src\msbuild\src\Shared\TypeLoader.cs (6)
496MSBuildEventSource.Log.FallbackAssemblyLoadStart(typeName); 499MSBuildEventSource.Log.FallbackAssemblyLoadStop(typeName); 576MSBuildEventSource.Log.LoadAssemblyAndFindTypeStart(); 618MSBuildEventSource.Log.CreateLoadedTypeStart(loadedAssembly.FullName); 622MSBuildEventSource.Log.CreateLoadedTypeStop(loadedAssembly.FullName); 626MSBuildEventSource.Log.LoadAssemblyAndFindTypeStop(_assemblyLoadInfo.AssemblyFile, numberOfTypesSearched);
XMake.cs (4)
874if (MSBuildEventSource.Log.IsEnabled()) 876MSBuildEventSource.Log.MSBuildExeStart(string.Join(" ", commandLine)); 1347if (MSBuildEventSource.Log.IsEnabled()) 1349MSBuildEventSource.Log.MSBuildExeStop(string.Join(" ", commandLine));