Liking cljdoc? Tell your friends :D

clj-journal.log


*strict*clj

Whether we should raise an exception on %n values in strings, or if we should silently replace it with %_n to avoid the "%n in writable segment detected" C printf error from killing the JVM.

Whether we should raise an exception on `%n` values in strings, or if we
should silently replace it with `%_n` to avoid the "%n in writable segment
detected" C printf error from killing the JVM.
sourceraw docstring

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

sanitize-format-stringclj

(sanitize-format-string s)
source

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

× close