mamba-org / powerloader

BSD 3-Clause "New" or "Revised" License
15 stars 9 forks source link

Make logging external to the library #160

Open JohanMabille opened 1 year ago

JohanMabille commented 1 year ago

Logs should not be done directly in the library. Instead, reocrds should be dent to a logger via callbacks, the logger should be instantiated in the final client.