Liking cljdoc? Tell your friends :D
Clojure only.

clj-util.core


with-err-strcljmacro

(with-err-str & body)

Evaluates exprs in a context in which err is bound to a fresh StringWriter. Returns the string created by any nested printing calls. (note: copied from (source with-out-str) and modified to use err instead of out)

Evaluates exprs in a context in which *err* is bound to a fresh
StringWriter.  Returns the string created by any nested printing
calls.
(note: copied from (source with-out-str) and modified to use *err*
instead of *out*)
sourceraw docstring

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

× close