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

Use standard Java logger by default #3

Closed
gavv opened this issue Apr 13, 2020 · 0 comments · Fixed by #66
Closed

Use standard Java logger by default #3

gavv opened this issue Apr 13, 2020 · 0 comments · Fixed by #66
Assignees
Labels
enhancement New feature or request

Comments

@gavv
Copy link
Member

gavv commented Apr 13, 2020

Currently, if Logger.setCallback() was never called, or it was called with null argument, we use "default logger".

Currently, default logger is implemented in libroc (native code), and it just writes message to stderr.

It would be more convenient to implement default logger in java and make it writing to standard java logger instead of stderr.

We should make sure than on android, default logger will send logs to android log (which can be received with adb logcat).

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

Successfully merging a pull request may close this issue.

2 participants