-
Feature Request
-
Resolution: Done
-
Major
-
4.9.0
-
None
Each module has a logger class (e.g. jdbcLogger) and each of these has a very similar cut-n-paste static init block to set up the logging. Parametrize this code, move it to LogFactory and have the logger's static block call it instead to reduce duplication and provide a single point of control.