Use Timber instead of `android.util.Log`. Removes the need for `TAG` statics in companion objects, slightly simplifying the code. Opens the door for some production logging in the future.
Use Timber instead of `android.util.Log`. Removes the need for `TAG` statics in companion objects, slightly simplifying the code. Opens the door for some production logging in the future.