Liking cljdoc? Tell your friends :D

unilog.context

Provide a way to interact with Mapped Diagnostic Context

Provide a way to interact with Mapped Diagnostic Context
raw docstring

mdc-fncljmacro

(mdc-fn & fntail)
source

mdc-fn*clj

(mdc-fn* f)
source

pull-contextclj

(pull-context k)

Remove a key to the current Mapped Diagnostic Context

Remove a key to the current Mapped Diagnostic Context
sourceraw docstring

push-contextclj

(push-context k v)

Add a key to the current Mapped Diagnostic Context

Add a key to the current Mapped Diagnostic Context
sourceraw docstring

with-contextcljmacro

(with-context ctx & body)

Execute body with the Mapped Diagnostic Context updated from keys found in the ctx map.

Execute body with the Mapped Diagnostic Context updated from
keys found in the ctx map.
sourceraw docstring

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

× close