AdamMc331 / AndroidAppTemplate

This is a template repository with developer tooling already included so you can get up and running with confidence.
286 stars 18 forks source link

Add Logger Interface? #127

Open AdamMc331 opened 9 months ago

AdamMc331 commented 9 months ago

Some folks on Twitter mentioned regularly setting up a logger (Timber is really popular in the Android space).

Given this, it might make sense to add some default logging implementation. I think it's okay if we add Timber, but I also think it might be worth putting behind a wrapper interface? This way we could also supply our own FakeLogger implementation.

Not sure if that's overkill, looking for feedback. Will put up a suggestion PR soon.

AdamMc331 commented 5 months ago

I'm skipping out on this for now.

AdamMc331 commented 5 months ago

Reconsidering... what if all I did was add the interface? That way if you don't want to use it, you can just delete one file in particular... 🤔