Liking cljdoc? Tell your friends :D

cryogen-core.console-message

Semantic wrapper for printing coloured messages to the console.

Semantic wrapper for printing coloured messages to the console.
raw docstring

errorclj

(error message)

Print this error message to the console.

Print this error `message` to the console.
sourceraw docstring

infocljmacro

(info message)

Print this informational message to the console.

Print this informational `message` to the console.
sourceraw docstring

noticecljmacro

(notice message)

Print this notice message to the console.

Print this notice `message` to the console.
sourceraw docstring

resultcljmacro

(result value)

Print this result value to the console.

Print this result `value` to the console.
sourceraw docstring

warncljmacro

(warn message)

Print this warning message to the console.

Print this warning `message` to the console.
sourceraw docstring

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

× close