(destringify-val x)
Arity-1 fn to convert MDC string back to original value. This codec decodes the string using Cheshire, falling back to returning the original string on parsing error.
Arity-1 fn to convert MDC string back to original value. This codec decodes the string using Cheshire, falling back to returning the original string on parsing error.
Boolean value - whether this codec supports nested (navigation of) log attributes. This codec sets it to true.
Boolean value - whether this codec supports nested (navigation of) log attributes. This codec sets it to true.
(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 encodes the value using Cheshire, falling back to simple string conversion on encoding error.
Arity-1 fn to convert MDC value into a string. This codec encodes the value using Cheshire, falling back to simple string conversion on encoding error.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close