Liking cljdoc? Tell your friends :D
Clojure only.

quil.middlewares.bind-output


bind-outputclj

(bind-output options)

Saves current *out* thread and before calling each handler binds local *out* to the saved one. This way all logs go to original output. When used from repl in emacs logs go to repl buffer instead of server buffer.

Saves current `*out*` thread and before calling each
handler binds local `*out*` to the saved one. This way
all logs go to original output. When used from repl
in emacs logs go to repl buffer instead of server
buffer.
sourceraw docstring

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

× close