-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Remove deprecated logs #2757
Comments
Please switch direct to |
It's not a hard requirement for this timber-only task, but I start to remove it AppDevNext/Logcat#31 |
To move this forward as soon as possible, it would be great to know how to approach this.
|
Logging is an additional task that any app using the oC Android library should take care of in my opinion. Said this, I would implement the last option Switch direct to Timber removing Log_OC |
During #2730, some logs functions were deprecated in order to avoid a big refactor and posible conflicts with new architecture modularization. Now, modularization has been merged so these deprecated functions can be removed and replaced with new ones.
PR
The text was updated successfully, but these errors were encountered: