Liking cljdoc? Tell your friends :D
All platforms.

gradle-clojure.tools.logger

Simple logging namespace for tools code that won't conflict with any other logging libraries. Gradle treats all output from workers as System.out anyway, so a different logging framework wouldn't provide much more.

Simple logging namespace for tools code that won't conflict with any other logging libraries. Gradle treats all
output from workers as System.out anyway, so a different logging framework wouldn't provide much more.
raw docstring

logclj/smacro

(log level msg & args)

If the given level is enabled, the message will be logged out as follows: (log :warn "Winning at %s" "checkers") WARN Winning at checkers

If the given level is enabled, the message will be logged out as follows:
(log :warn "Winning at %s" "checkers")
WARN Winning at checkers
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close