Liking cljdoc? Tell your friends :D

flog.util


map-keysclj

(map-keys f m)

Transforms the keys of map <m>, passing each one through the provided function.

Transforms the keys of map <m>,
passing each one through the provided function.
sourceraw docstring

name++clj

(name++ x)

Like clojure.core/name, but takes into account the namespace.

Like `clojure.core/name`, but takes into account the namespace.
sourceraw docstring

set-level!clj

(set-level! level)
(set-level! logger-name level)

Sets the specified <level> (keyword) on the logger named <logger-name> (String). The 1-arg arity uses the root logger (per LogManager/ROOT_LOGGER_NAME), which happens to be the empty string.

Sets the specified <level> (keyword) on the logger
named <logger-name> (String). The 1-arg arity uses
the root logger (per `LogManager/ROOT_LOGGER_NAME`),
which happens to be the empty string.
sourceraw docstring

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

× close