Liking cljdoc? Tell your friends :D
Clojure only.

clj-journal.log


jprintclj

(jprint log-level)
(jprint log-level fmt & args)

Submit simple plain text messages to the journal log.

Returns a partial function if only log-level is given.

Submit simple plain text messages to the journal log.

Returns a partial function if only `log-level` is given.
sourceraw docstring

jsendclj

(jsend log-level)
(jsend log-level msg & args)

Submit structured log messages to the journal log. args should be given as a sequence of string keywords and values.

Returns a partial function if only log-level is given.

Submit structured log messages to the journal log. `args` should be given as
a sequence of string keywords and values.

Returns a partial function if only `log-level` is given.
sourceraw docstring

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

× close