我们有许多“父”(或“库”)项目。他们在类路径中只有 slf4j-api,但没有像 logback 这样的实现。
我经常想写一个快速的临时 main 方法来测试一些东西,并得到
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
如何在不添加日志记录实现依赖项的情况下获得输出?