dotnet / dotnet/machinelearning
Pass standard output / error message from native code up the stack to .NET instead of printing it
Open
area-Native
enhancement
Priority:2
- Dominant language
- C#
- Stars
- 9.4k
- Forks
- 2k
- Avg merge
- 2d 20h
- Merged PRs (30d)
- 11
Description
In LdaNative code, for example, we have a lot of printf(...) & std::cout statements that output to console / standard output. Better design is to pass the output up the stack to calling code in .NET and allow it to decide how and where to output it.
Besides LdaNative we need to scan all native code for this issue.
Contributor guide
Assessment
This issue has not been assessed yet.