java - How to handle multiple bindings for SLF4j -
in project, use slf4j , logback backend logging framework.but there lot of dependencies use log4j logging framework.so turns out there multiple bindings of slf4j.how can handle that? if exclude unwanted slf4j-log4j dependencies,will framework or library handle logging correctly?
you can safely exclude other bindings. slf4j bind other libraries logback.