Liking cljdoc? Tell your friends :D

Avoid SLF4J warnings

antq does not load org.slf4j.impl.StaticLoggerBinder by default, so you may get following messages depending on the project.

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 avoid this message, add the following to your dependency.

org.slf4j/slf4j-nop {:mvn/version "RELEASE"}

Can you improve this documentation?Edit on GitHub

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close