We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The javadoc of org.slf4j.helpers.Slf4jEnvUtil.slf4jVersion(), introduced with version 2.0.14, refers to logback (just as the javadoc of ch.qos.logback.core.util.EnvUtil.logbackVersion() does 😉), but it should probably rather be slf4j here.
org.slf4j.helpers.Slf4jEnvUtil.slf4jVersion()
logback
ch.qos.logback.core.util.EnvUtil.logbackVersion()
slf4j
The text was updated successfully, but these errors were encountered:
fix javadoc of Slf4jEnvUtil
0df43e9
resolves #423 Signed-off-by: Manfred Hanke <Manfred.Hanke@tngtech.com>
caeccff
@hankem Thank you
Sorry, something went wrong.
ceki
Successfully merging a pull request may close this issue.
The javadoc of
org.slf4j.helpers.Slf4jEnvUtil.slf4jVersion()
, introduced with version 2.0.14, refers tologback
(just as the javadoc of
ch.qos.logback.core.util.EnvUtil.logbackVersion()
does 😉),but it should probably rather be
slf4j
here.The text was updated successfully, but these errors were encountered: