-
Notifications
You must be signed in to change notification settings - Fork 41.2k
LogbackLoggingSystem: make getLoggerContext() protected for easy sub-classing #4096
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Can you share what you're trying to change please? Maybe we could give you a way to do that without exposing the whole |
If you would like us to look at this issue, please provide the requested information. If the information is not provided within the next 7 days this issue will be closed. |
Request was related to issue #4026 |
We're cleaning out the issue tracker and closing issues that we've not seen much demand to fix. Feel free to comment with additional justifications if you feel that this one should not have been closed. |
We'd like to reuse/extend
LogbackLoggingSystem
with additional custom behaviour. For this we need access to the LogbackLoggerContext
being configured. Unfortunately,LogbackLoggingSystem.getLoggerContext()
isprivate
. Would it be possible to make itprotected
instead?The text was updated successfully, but these errors were encountered: