Liking cljdoc? Tell your friends :D

bract.core.echo

Verbose echo utility functions.

Verbose echo utility functions.
raw docstring

*inducer-hierarchy*clj

source

*inducer-prefix*clj

source

->>echoclj

(->>echo x & more)

Echo message and value in a clojure.core/->> form, returning the value. Last arg is considered the value, rest as message tokens.

Echo message and value in a `clojure.core/->>` form, returning the value. Last arg is considered the value, rest as
message tokens.
sourceraw docstring

->echoclj

(->echo x & more)

Echo message and value in a clojure.core/-> form, returning the value. First arg is considered the value, rest as message tokens.

Echo message and value in a `clojure.core/->` form, returning the value. First arg is considered the value, rest as
message tokens.
sourceraw docstring

abortclj

(abort message)

Print the abort echo message and exit the JVM.

Print the abort echo message and exit the JVM.
sourceraw docstring

echoclj

(echo x & more)

Print all message tokens, returning nil.

Print all message tokens, returning `nil`.
sourceraw docstring

echo-sectioncljmacro

(echo-section description & body)

Start an echo section within which the body of code is evaluated and the echo messages are emitted.

Start an echo section within which the body of code is evaluated and the echo messages are emitted.
sourceraw docstring

echofclj

(echof fmt & args)

Like clojure.core/format for echo messages.

Like `clojure.core/format` for echo messages.
sourceraw docstring

with-inducer-namecljmacro

(with-inducer-name inducer-name & body)

Given an inducer name and body of code, evaluate the body of code in the context of the specified inducer name so that it appears in all echo messages.

Given an inducer name and body of code, evaluate the body of code in the context of the specified inducer name so
that it appears in all echo messages.
sourceraw docstring

with-latency-capturecljmacro

(with-latency-capture message & body)

Execute body of code and print the time (milliseconds) it took.

Execute body of code and print the time (milliseconds) it took.
sourceraw docstring

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

× close