Details
-
Improvement
-
Resolution: Fixed
-
Minor
-
None
-
None
-
None
-
Operating System: All
Platform: All
-
116
Description
I'd like the possibility to change the StatusManager implementation in a subclass of ch.qos.logback.core.ContextBase. As the sm attribute isn't 'protected' and there is no set method, this isn't possible without overriding the getStatusManger() method.
A simple solution would be to add a 'protected' constructor that takes the StatusManager as argument.