Simple Cambium codec implementation with no support for nested log attributes.
Simple Cambium codec implementation with no support for nested log attributes.
(destringify-val x)
Arity-1 fn to convert MDC string back to original value. This codec simply returns the supplied value.
Arity-1 fn to convert MDC string back to original value. This codec simply returns the supplied value.
Boolean value - whether this codec supports nested (navigation of) log attributes. This codec sets it to false.
Boolean value - whether this codec supports nested (navigation of) log attributes. This codec sets it to false.
(stringify-key x)
Arity-1 fn to convert MDC key into a string. This codec carries out a plain string conversion.
Arity-1 fn to convert MDC key into a string. This codec carries out a plain string conversion.
(stringify-val x)
Arity-1 fn to convert MDC value into a string. This codec carries out a plain string conversion.
Arity-1 fn to convert MDC value into a string. This codec carries out a plain string conversion.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close