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

Integration with Analytics SDKs for example Firebase Analytics #13

Open
mibrahimdev opened this issue Nov 25, 2021 · 1 comment
Open

Comments

@mibrahimdev
Copy link

Is there a way to integrate it with Analytics tools?

@kaushikgopal
Copy link

kaushikgopal commented Dec 2, 2024

The api for LogcatLogger lends itself to doing so via a delegation like pattern. You'll have to basically come up with a parent CompositeLogger that then delegates the logging calls to individual loggers provided into the parent logger.

I have a basic implementation of this here (if you're curious for code).

As mentioned in issue #24 though, concurrency can be a problem.

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

No branches or pull requests

2 participants