Liking cljdoc? Tell your friends :D

clj-loga.hooks


format-pre-log-msgclj

(format-pre-log-msg meta args)
source

get-namespaces-from-listclj

(get-namespaces-from-list namespaces-list)

Gets an expanded list of namespaces from a list

(get-namespaces-from-list ['clj-loga.*]) => #{clj-loga.support.functions clj-loga.core clj-loga.test}

Gets an expanded list of namespaces from a list

(get-namespaces-from-list ['clj-loga.*])
=> #{clj-loga.support.functions clj-loga.core clj-loga.test}
sourceraw docstring

select-loga-keysclj

(select-loga-keys meta)
source

target-functions-from-namespacesclj

(target-functions-from-namespaces namespaces)

Gets a list of all the functions that contains loga's related metadata

Gets a list of all the functions that contains loga's related metadata
sourceraw docstring

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

× close