ConfigMe icon indicating copy to clipboard operation
ConfigMe copied to clipboard

Introduce logging possibility in bean mapper

Open ljacqu opened this issue 7 years ago • 1 comments

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 avatar Aug 04 '18 21:08 ljacqu

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:

ljacqu avatar Oct 03 '21 14:10 ljacqu