JakeWharton / timber

A logger with a small, extensible API which provides utility on top of Android's normal Log class.
https://jakewharton.github.io/timber/docs/5.x/
Apache License 2.0
10.46k stars 962 forks source link

Logging with params, instead only with string #384

Closed hannesa2 closed 4 years ago

hannesa2 commented 4 years ago

For one tree of us, I need additional the given parameter in overwrite able log() like https://github.com/JakeWharton/timber/pull/383/files#diff-d2c1d619eed7814fda4026c08ef71278L192-L193

To send the parameter as value to our Countly backend and not in send a string to avoid thousands of individual entries

JakeWharton commented 4 years ago

Sounds like #184. Let's consolidate on that issue.

hannesa2 commented 4 years ago

Close a proposal, instead of suggest something and point to a 4 years old discussion (!) means nothing more then a kind no, and canalise to a endless and pointless discussion

JakeWharton commented 4 years ago

I've already stated that your proposal as-is is a complete non-starter since it breaks binary compatibility. You're welcome to discuss a solution that works for multiple use cases in the issue that I linked and if it can be added in an acceptable way I am open to it.