The Wayback Machine - https://web.archive.org/web/20201029234412/https://github.com/ipfs-shipyard/gomobile-ipfs/issues/8
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

[gomobile-lib] improve go logger -> native logger binding #8

Open
aeddi opened this issue Sep 19, 2019 · 0 comments
Open

[gomobile-lib] improve go logger -> native logger binding #8

aeddi opened this issue Sep 19, 2019 · 0 comments

Comments

@aeddi
Copy link
Member

@aeddi aeddi commented Sep 19, 2019

Replace gomobile logger (GoLog) by a better binding for ipfs-go-log -> native logger.

Currently, all logs including their metadata are displayed by native logger as a plain text string with GoLog as namespace/tag and error as level. Logs are less readable, filterable, sortable, etc...

We need to forward each metadata (level, namespace, timestamp, etc...) and the log itself from ipfs-go-log to corresponding functions/parameters of Android logcat and iOS os_log.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
2 participants
You can’t perform that action at this time.