24 references to LogTrace
dotnet (24)
Commands\Test\MTP\ArtifactPostProcessingManager.cs (4)
96
Logger.
LogTrace
($"Artifact post-processing failed: {ex}");
117
Logger.
LogTrace
(
208
Logger.
LogTrace
($"Artifact post-processing with '{job.Application.Module.TargetPath}' failed: {ex}");
227
Logger.
LogTrace
($"Failed to clean artifact post-processing temporary directory '{tempDirectory}': {ex}");
Commands\Test\MTP\CtrlCCancellationManager.cs (3)
113
Logger.
LogTrace
($"Exception during CtrlCCancellationManager cancel:\n{ex}");
124
Logger.
LogTrace
($"Exception during CtrlCCancellationManager first-press UI callback:\n{ex}");
157
Logger.
LogTrace
($"Exception killing child process during force exit:\n{ex}");
Commands\Test\MTP\IPC\HttpTestHostGateway.cs (5)
183
Logger.
LogTrace
($"The dotnet test HTTP gateway rejected a malformed protocol frame of type '{ex.GetType().FullName}'.");
202
Logger.
LogTrace
($"The dotnet test HTTP gateway failed to process a request: {ex}");
212
Logger.
LogTrace
($"The dotnet test HTTP gateway failed to send an error response: {responseException}");
263
Logger.
LogTrace
($"The dotnet test HTTP gateway rejected origin '{requestOrigin}' because it does not match the origin established for this run.");
348
Logger.
LogTrace
($"The dotnet test HTTP gateway listener failed during shutdown: {ex}");
Commands\Test\MTP\SolutionAndProjectUtility.cs (3)
339
Logger.
LogTrace
($"Loaded project '{Path.GetFileName(projectFilePath)}' with TargetFramework '{targetFramework}', TargetFrameworks '{targetFrameworks}', IsTestProject '{projectInstance.GetPropertyValue(ProjectProperties.IsTestProject)}', and '{ProjectProperties.IsTestingPlatformApplication}' is '{projectInstance.GetPropertyValue(ProjectProperties.IsTestingPlatformApplication)}'.");
369
Logger.
LogTrace
($"Loaded inner project '{Path.GetFileName(projectFilePath)}' has '{ProjectProperties.IsTestingPlatformApplication}' = '{projectInstance.GetPropertyValue(ProjectProperties.IsTestingPlatformApplication)}' (TFM: '{framework}').");
383
Logger.
LogTrace
($"Loaded inner project '{Path.GetFileName(projectFilePath)}' has '{ProjectProperties.IsTestingPlatformApplication}' = '{projectInstance.GetPropertyValue(ProjectProperties.IsTestingPlatformApplication)}' (TFM: '{framework}').");
Commands\Test\MTP\TestApplication.cs (8)
106
Logger.
LogTrace
($"Starting test process with command '{processStartInfo.FileName}' and arguments '{GetArgumentsForLogging(processStartInfo.Arguments)}'.");
175
Logger.
LogTrace
($"Test process exited before it could be killed after cancellation:\n{ex}");
494
Logger.
LogTrace
($"Failed to clean up the dotnet test HTTP transport response file after creation failed: {cleanupException}");
616
Logger.
LogTrace
($"WaitConnectionAsync() throws OperationCanceledException with {(ex.CancellationToken == token ? "internal token" : "external token")}");
660
Logger.
LogTrace
($"The server-control pipe stopped accepting connections:\n{ex}");
782
Logger.
LogTrace
($"Request '{request.GetType()}' with Serializer ID = {unknownMessage.SerializerId} is unsupported.");
903
Logger.
LogTrace
($"{label} (already streamed live): {capturedOutput}");
1150
Logger.
LogTrace
($"Failed to delete the dotnet test HTTP transport response file: {ex}");
Commands\Test\MTP\TestApplicationActionQueue.cs (1)
114
Logger.
LogTrace
($"Exception running test module {module.RunProperties?.Command} {module.RunProperties?.Arguments}: {exAsString}");