Liking cljdoc? Tell your friends :D

pallet.debug

Helpers for debugging.

Helpers for debugging.
raw docstring

assertfcljmacro

(assertf expr format-string & args)

Assert a condition

Assert a condition
sourceraw docstring

log-sessionclj

(log-session)
(log-session format-string)

A crate function that will log the session map at the debug level, using the supplied format string.

(log-session session "The session is %s")
A crate function that will log the session map at the debug level, using
the supplied format string.

    (log-session session "The session is %s")
sourceraw docstring

(print-session)
(print-session format-string)

A crate function that will print the session map to out, using the supplied format string.

(print-session "The session is %s")
A crate function that will print the session map to *out*, using the supplied
format string.

    (print-session "The session is %s")
sourceraw docstring

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

× close