Baseflow / flutter_cache_manager

Generic cache manager for flutter
https://baseflow.com
MIT License
739 stars 427 forks source link

More logs #402

Open talamaska opened 1 year ago

talamaska commented 1 year ago

🚀 Feature Requests

I would like to have more logs, and be able to change the level from the constructor parameters.

Contextualize the feature

Currently there are logs only on error. I would like to be able to configure the cache manager quantity of logs depending of the dev vs prod build

Describe the feature

I would like to have a clear view when an object was loaded from cache and when it was requested from remote. I would also like to know when the object was removed from cached.

Platforms affected (mark all that apply)