(abort & msg)
Print msg to standard err and exit with a value of 1.
Print msg to standard err and exit with a value of 1.
(debug & args)
Print if debug (from DEBUG environment variable) is truthy.
Print if *debug* (from DEBUG environment variable) is truthy.
(info & args)
Print if info (from LEIN_SILENT environment variable) is truthy.
Print if *info* (from LEIN_SILENT environment variable) is truthy.
(warn & args)
Print to stderr if info is truthy.
Print to stderr if *info* is truthy.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close