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.


Popular posts from this blog

javascript - Js, document.getElementById("ID").innerHTML, error -

jquery - jqGrid update specific column data with out refreshing the entire column? -

objective c - Is there a way in OCMockito to make stubs fail when an unknown method is called? -