Liking cljdoc? Tell your friends :D

taoensso.telemere.streams

Interop support for standard stream/s -> Telemere.

Interop support for standard stream/s -> Telemere.
raw docstring

check-err-interopclj

(check-err-interop)

Returns interop debug info map.

Returns interop debug info map.
raw docstring

check-out-interopclj

(check-out-interop)

Returns interop debug info map.

Returns interop debug info map.
raw docstring

streams->reset!clj

(streams->reset!)

Experimental, subject to change. Resets System/out and System/err to their original value (prior to any streams->telemere! call).

Experimental, subject to change.
Resets `System/out` and `System/err` to their original value (prior to any
`streams->telemere!` call).
raw docstring

streams->telemere!clj

(streams->telemere!)
(streams->telemere! {:keys [out err]
                     :or {out default-out-opts err default-err-opts}})

Experimental, subject to change.

When given out, sets JVM's System/out to flush to Telemere signals with those opts. When given err, sets JVM's System/err to flush to Telemere signals with those opts.

Note that setting System/out won't necessarily affect Clojure's *out*, and setting System/err won't necessarily affect Clojure's *err*.

See also: with-out->telemere, with-err->telemere, with-streams->telemere.

Experimental, subject to change.

When given `out`, sets JVM's `System/out` to flush to Telemere signals with those opts.
When given `err`, sets JVM's `System/err` to flush to Telemere signals with those opts.

Note that setting `System/out` won't necessarily affect Clojure's `*out*`,
and       setting `System/err` won't necessarily affect Clojure's `*err*`.

See also:
  `with-out->telemere`,
  `with-err->telemere`,
  `with-streams->telemere`.
raw docstring

with-err->telemerecljmacro

(with-err->telemere form)
(with-err->telemere opts form)

Executes form with *err* bound to flush to Telemere signals with given opts.

Executes form with `*err*` bound to flush to Telemere signals with given opts.
raw docstring

with-out->telemerecljmacro

(with-out->telemere form)
(with-out->telemere opts form)

Executes form with *out* bound to flush to Telemere signals with given opts.

Executes form with `*out*` bound to flush to Telemere signals with given opts.
raw docstring

with-streams->telemerecljmacro

(with-streams->telemere form)
(with-streams->telemere {:keys [out err]
                         :or {out default-out-opts err default-err-opts}}
                        form)

Executes form with *out* and/or *err* bound to flush to Telemere signals with given opts.

Executes form with `*out*` and/or `*err*` bound to flush to Telemere signals
with given opts.
raw docstring

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

× close