> Now the question remains, how do you properly inject the logger into your own > JdbcAdapter subclass?
No coding required, it's part of the logging configuration. You configure a logger for the class, or for the package that your adapter subclass lives in, or for any superpackage of that. HTH Jo
