avaje / avaje-config

Application configuration / properties loading for JVM applications
https://avaje.io/config
Apache License 2.0
55 stars 8 forks source link

Use AppLog.getLogger() rather than System.getLogger() to allow customization #34

Closed rbygrave closed 2 years ago

rbygrave commented 2 years ago

This allows for 1 extra level of indirection to control the System.Logger implementation when we can't configure it via System.LoggerFinder.