-
Notifications
You must be signed in to change notification settings - Fork 62
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
Feature: Android OTEL Logging exporter #142
Comments
Thanks. Technically this is already available today -- you can configure logging and a log exporter when you (manually) configure your otel sdk instance. I do think that there is some room to improve the usability/ergonomics of this. I would love to hear some input from users with ideas around this. |
@breedx-splk I guess that if a sample with Timber (https://github.com/JakeWharton/timber) could be great to know how to do this kind of things. |
To Create logging solution where logs can be pushed using Log exporter. Like
Logger.d("Hello World")
The text was updated successfully, but these errors were encountered: