Liking cljdoc? Tell your friends :D
Clojure only.

dev.clojurephant.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

logcljmacro

(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
sourceraw docstring

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

× close