If I use slf4j and the classpath does not contain a log implementation, it by default performs the NOP registration operation. This is good with me. But is there a way to suppress the initial error message?
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
source share