AuthMe / ConfigMe

A simple configuration management library for any Java project!
MIT License
37 stars 15 forks source link

Introduce logging possibility in bean mapper #61

Open ljacqu opened 6 years ago

ljacqu commented 6 years ago

The bean mapper is quite complicated and it would be pretty neat if we could have a way to log some of the stuff that's happening. Ideally this would happen with a logging facade (#34) but as we saw that this isn't feasible we could maybe keep it simple and just provide a means of passing in a Consumer<String> or something a little more polished.

ljacqu commented 3 years ago

Distantly related to #197 which is about a configurable "dev mode" where more exceptions are thrown. Maybe "dev mode" should also mostly log a lot of stuff :smile: