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.
(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
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close