Liking cljdoc? Tell your friends :D

cambium.codec

Simple Cambium codec implementation with no support for nested log attributes.

Simple Cambium codec implementation with no support for nested log attributes.
raw docstring

destringify-valclj

(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.
sourceraw docstring

nested-nav?clj

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.
sourceraw docstring

stringify-keyclj

(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.
sourceraw docstring

stringify-valclj

(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.
sourceraw docstring

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

× close