(jprint log-level)
(jprint log-level msg)
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.
(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.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close