metaplex-foundation / metaplex-android

Metaplex Mobile Android SDK
18 stars 12 forks source link

[Task] Add a configurable logging abstraction #81

Open Funkatronics opened 1 year ago

Funkatronics commented 1 year ago

We need a configurable logging abstraction so that we can add logging to the SDK without logging a bunch of garbage in prod.

user story: As a devloper/maintainer of the metaplex kotlin SDK, I need a way to add logging to the SDK that can be configured to log different levels of messages depending on the context/build type/config so that I can more easily debug code during development, while maintaining clean and usable output in a production environment.