-
Notifications
You must be signed in to change notification settings - Fork 18
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
Switch to slf4j #2
base: master
Are you sure you want to change the base?
Conversation
Pretty sure there’s more changes required as the logger is used quite literally everywhere |
I'm using this branch locally, and it works fine. |
Will check how the output looks during the weekend |
It is up to the user to select the implementation. So, to whoever uses this library & however writes an application. That is really the whole point. The library itself should not bundle any implementation. |
I see. Alright here's what I think is best to do: push usage of SLF4j in the parent context and add a Log4j implementation in the main package. I'll make the changes asap |
Title
I wonder if it is possible to get rid of log4j dependency, so the project can be used more easily.