OmriCat / map-librarian

MIT License
1 stars 0 forks source link

Implement logging for debug builds #16

Open grodin opened 3 years ago

grodin commented 3 years ago

Use jakewharton/timber probably

grodin commented 1 year ago

The problem with Timber is it has a hard dependency on the Android framework and I want to have "pure" modules with no Android dependencies for business logic. Maybe this purity ideal is more trouble than it's worth?

grodin commented 1 year ago

Possible alternatives to Timber :

grodin commented 8 months ago

Replaced Timber with facade around touchlab/Kermit in #177 and #274