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

Print logs from Dart & UniFFI binding loggers on LogCat & OSLog #892

Open
erdemyerebasmaz opened this issue Mar 25, 2024 · 0 comments · May be fixed by #874
Open

Print logs from Dart & UniFFI binding loggers on LogCat & OSLog #892

erdemyerebasmaz opened this issue Mar 25, 2024 · 0 comments · May be fixed by #874
Assignees
Labels
enhancement New feature or request low priority

Comments

@erdemyerebasmaz
Copy link
Contributor

erdemyerebasmaz commented Mar 25, 2024

Logs from binding loggers can be printed directly to LogCat & OSLog but with current implementation
there needs to be a middle-man approach to see logs on LogCat & OSLog, whether it's through use of a logging library or printing manually to console after listening to log stream.

This feature can be optional in case users want to only log to console using their own logging library. We can group logger setting under LoggerSettings and enable/disable this behavior with logToConsole: [Android, iOS] setting.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request low priority
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant