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

own log with arguments #383

Closed hannesa2 closed 4 years ago

hannesa2 commented 4 years ago

We need in our own Tree the vararg args to do some other stuff with them in logMessage()

JakeWharton commented 4 years ago

This is a binary incompatible change which would require a major version bump that I'm not prepared to do at this time. If you would like to open an issue with your use case we can discuss it there.

hannesa2 commented 4 years ago

Thank you for at least the reaction.

To be honest, I need a solution and not a discussion. Anyway, I will follow your suggestion and start a discussion, if it makes more sense instead to discuss it here