(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.
(name++ x)Like clojure.core/name, but takes into account the namespace.
Like `clojure.core/name`, but takes into account the namespace.
(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.
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |