Liking cljdoc? Tell your friends :D

duct.logger.cambium


debugcljmacro

(debug msg-or-throwable)
(debug msg mdc-or-throwable)
(debug msg mdc throwable)

Output DEBUG log. mdc map will be spliced into top-level fields of the JSON log output.

Output DEBUG log.
`mdc` map will be spliced into top-level fields of the JSON log output.
sourceraw docstring

errorcljmacro

(error msg-or-throwable)
(error msg mdc-or-throwable)
(error msg mdc throwable)

Output ERROR log. mdc map will be spliced into top-level fields of the JSON log output.

Output ERROR log.
`mdc` map will be spliced into top-level fields of the JSON log output.
sourceraw docstring

fatalcljmacro

(fatal msg-or-throwable)
(fatal msg mdc-or-throwable)
(fatal msg mdc throwable)

Output FATAL log. mdc map will be spliced into top-level fields of the JSON log output.

Output FATAL log.
`mdc` map will be spliced into top-level fields of the JSON log output.
sourceraw docstring

infocljmacro

(info msg-or-throwable)
(info msg mdc-or-throwable)
(info msg mdc throwable)

Output INFO log. mdc map will be spliced into top-level fields of the JSON log output.

Output INFO log.
`mdc` map will be spliced into top-level fields of the JSON log output.
sourceraw docstring

Loggerclj

source

tracecljmacro

(trace msg-or-throwable)
(trace msg mdc-or-throwable)
(trace msg mdc throwable)

Output TRACE log. mdc map will be spliced into top-level fields of the JSON log output.

Output TRACE log.
`mdc` map will be spliced into top-level fields of the JSON log output.
sourceraw docstring

warncljmacro

(warn msg-or-throwable)
(warn msg mdc-or-throwable)
(warn msg mdc throwable)

Output WARN log. mdc map will be spliced into top-level fields of the JSON log output.

Output WARN log.
`mdc` map will be spliced into top-level fields of the JSON log output.
sourceraw docstring

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

× close