Force slf4j to use logback

后端 未结 2 613
南方客
南方客 2021-02-05 02:41

Is there anyway to force slf4j to use specific logging provider (logback in my case)? As in their docs:

Multiple bindings were found on the class path

2条回答
  •  情书的邮戳
    2021-02-05 03:04

    Other than cleaning up your class path, there is no way to force SLF4J to bind with a given implementation.

提交回复
热议问题