Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Console output support for iOS #33667

Closed
marek-safar opened this issue Mar 17, 2020 · 1 comment
Closed

Add Console output support for iOS #33667

marek-safar opened this issue Mar 17, 2020 · 1 comment
Assignees
Milestone

Comments

@marek-safar
Copy link
Contributor

marek-safar commented Mar 17, 2020

Console API is still useful even on iOS where there is no terminal available. The solution we could use is to call os_log_create with console category. We have done something similar in Mono for such purposes https://github.com/mono/mono/blob/master/mcs/class/corlib/System/Console.iOS.cs but that implementation calls to xamarin_log. It'd be preferable to have the console output working without additional dependencies.

The implementation should live inside https://github.com/dotnet/runtime/tree/master/src/libraries/System.Console/src/System

@Dotnet-GitSync-Bot Dotnet-GitSync-Bot added area-System.Console untriaged New issue has not been triaged by the area owner labels Mar 17, 2020
@marek-safar
Copy link
Contributor Author

@vargaz could you look into implementing this?

@marek-safar marek-safar added this to the 5.0 milestone Mar 17, 2020
@marek-safar marek-safar removed the untriaged New issue has not been triaged by the area owner label Mar 17, 2020
@marek-safar marek-safar added the os-ios Apple iOS label Mar 20, 2020
@ghost ghost locked as resolved and limited conversation to collaborators Dec 10, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants