qos-ch / logback

The reliable, generic, fast and flexible logging framework for Java.
http://logback.qos.ch
Other
2.98k stars 1.28k forks source link

Allow subclasses to do post-create operations on new Logger instances #773

Open rsandidfc opened 7 months ago

rsandidfc commented 7 months ago

Pull request #635 allow subclasses to do post-create operations on new Logger instances by providing a no-op method that can be overridden for apps that want to further customize the logger instances