How to remove the message for "SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder"".

 

SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder


Ø 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.


To get rid of this message we need to download (slf4j-log4j12 JAR) and import packages in our java project.

Once the import is done you will not see this message.


Post a Comment