We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
With Timber we can log with current scope of the class. This helps find problem quickly and also make the log only available in DEBUG build.
The text was updated successfully, but these errors were encountered:
@hieuwu I remember considering Timber a while ago, but here are reasons why we haven't proceeded with it previous time:
Here is a really cool use-case for Timber though:
But if we install a metrics server, e.g. AppDynamics, do we really need Timber to send errors there? Or AppDynamics can do it alone?
Sorry, something went wrong.
hieuwu
No branches or pull requests
With Timber we can log with current scope of the class. This helps find problem quickly and also make the log only available in DEBUG build.
The text was updated successfully, but these errors were encountered: