Interop support for standard stream/s -> Telemere.
Interop support for standard stream/s -> Telemere.
(check-err-interop)
Returns interop debug info map.
Returns interop debug info map.
(check-out-interop)
Returns interop debug info map.
Returns interop debug info map.
(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).
(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`.
(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.
(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.
(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.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close