Skip to content
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

drop logback dependency in favor of only using slf4j-api #11

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

echeipesh
Copy link

This PR drops the logback dependency in favor of slf4j-api 1.7.25 which provides the underlying interface of org.slf4j.LoggerFactory. No code changes are required since everything already uses that interface.

This change allows consumers of logger4s to choose a different logging back-end.
In particular this avoids a common problem when a project brings in multiple components with differing logging framework, resulting in multiple bindings problem.

This change also allows libraries to depend on logger4s without propagating a potentially unwanted logback dependency.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant