Liking cljdoc? Tell your friends :D

telsos.lib.exceptions


catching->log-debugcljmacro

(catching->log-debug form)
(catching->log-debug err-value form)
(catching->log-debug err-value classnames form)

catching->log-errorcljmacro

(catching->log-error form)
(catching->log-error err-value form)
(catching->log-error err-value classnames form)

catching->log-fatalcljmacro

(catching->log-fatal form)
(catching->log-fatal err-value form)
(catching->log-fatal err-value classnames form)

catching->log-infocljmacro

(catching->log-info form)
(catching->log-info err-value form)
(catching->log-info err-value classnames form)

catching->log-tracecljmacro

(catching->log-trace form)
(catching->log-trace err-value form)
(catching->log-trace err-value classnames form)

catching->log-warncljmacro

(catching->log-warn form)
(catching->log-warn err-value form)
(catching->log-warn err-value classnames form)

catching->noopcljmacro

(catching->noop form)
(catching->noop err-value form)
(catching->noop err-value classnames form)

catching->prncljmacro

(catching->prn form)
(catching->prn err-value form)
(catching->prn err-value classnames form)

def-catching->action-macrocljmacro

(def-catching->action-macro name action)

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

× close