16 references to LogTrace
dotnet (16)
Commands\Test\MTP\ArtifactPostProcessingManager.cs (3)
81Logger.LogTrace($"Artifact post-processing failed: {ex}"); 173Logger.LogTrace($"Artifact post-processing with '{job.Application.Module.TargetPath}' failed: {ex}"); 192Logger.LogTrace($"Failed to clean artifact post-processing temporary directory '{tempDirectory}': {ex}");
Commands\Test\MTP\CtrlCCancellationManager.cs (3)
113Logger.LogTrace($"Exception during CtrlCCancellationManager cancel:\n{ex}"); 124Logger.LogTrace($"Exception during CtrlCCancellationManager first-press UI callback:\n{ex}"); 157Logger.LogTrace($"Exception killing child process during force exit:\n{ex}");
Commands\Test\MTP\SolutionAndProjectUtility.cs (3)
298Logger.LogTrace($"Loaded project '{Path.GetFileName(projectFilePath)}' with TargetFramework '{targetFramework}', TargetFrameworks '{targetFrameworks}', IsTestProject '{projectInstance.GetPropertyValue(ProjectProperties.IsTestProject)}', and '{ProjectProperties.IsTestingPlatformApplication}' is '{projectInstance.GetPropertyValue(ProjectProperties.IsTestingPlatformApplication)}'."); 328Logger.LogTrace($"Loaded inner project '{Path.GetFileName(projectFilePath)}' has '{ProjectProperties.IsTestingPlatformApplication}' = '{projectInstance.GetPropertyValue(ProjectProperties.IsTestingPlatformApplication)}' (TFM: '{framework}')."); 342Logger.LogTrace($"Loaded inner project '{Path.GetFileName(projectFilePath)}' has '{ProjectProperties.IsTestingPlatformApplication}' = '{projectInstance.GetPropertyValue(ProjectProperties.IsTestingPlatformApplication)}' (TFM: '{framework}').");
Commands\Test\MTP\TestApplication.cs (6)
98Logger.LogTrace($"Starting test process with command '{processStartInfo.FileName}' and arguments '{processStartInfo.Arguments}'."); 167Logger.LogTrace($"Test process exited before it could be killed after cancellation:\n{ex}"); 492Logger.LogTrace($"WaitConnectionAsync() throws OperationCanceledException with {(ex.CancellationToken == token ? "internal token" : "external token")}"); 536Logger.LogTrace($"The server-control pipe stopped accepting connections:\n{ex}"); 645Logger.LogTrace($"Request '{request.GetType()}' with Serializer ID = {unknownMessage.SerializerId} is unsupported."); 766Logger.LogTrace($"{label} (already streamed live): {capturedOutput}");
Commands\Test\MTP\TestApplicationActionQueue.cs (1)
114Logger.LogTrace($"Exception running test module {module.RunProperties?.Command} {module.RunProperties?.Arguments}: {exAsString}");