Echoing actions in terminal
It is specially made for long living and possibly parrallel actions (like REPL and so on.).
Echoing actions in terminal It is specially made for long living and possibly parrallel actions (like REPL and so on.).
(action prefixs & texts)
Print an action with its prefixs
, the text of the action is texts
.
Print an action with its `prefixs`, the text of the action is `texts`.
(errorln prefixs & texts)
Print as an error the texts
, with the prefixs
added.
It should be highlighted and rare (like one line red for each error and not its details).
Print as an error the `texts`, with the `prefixs` added. It should be highlighted and rare (like one line red for each error and not its details).
(exceptionln prefixs e)
Display exception e
.
Display exception `e`.
(normalln prefixs & texts)
Print as normal text the collection of texts
, with the prefixs
added.
It is the default printing method.
Print as normal text the collection of `texts`, with the `prefixs` added. It is the default printing method.
(print-exec-cmd prefixs cmd)
Prints the execution of command string cmd
with the prefixs
added.
Prints the execution of command string `cmd` with the `prefixs` added.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close