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

c# - ODP.NET Oracle.ManagedDataAccess causes ORA-12537 network session end of file -

matlab - Compression and Decompression of ECG Signal using HUFFMAN ALGORITHM -

utf 8 - split utf-8 string into bytes in python -