Helpers for debugging.
Helpers for debugging.
(assertf expr format-string & args)
Assert a condition
Assert a condition
(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")
(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")
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close