Liking cljdoc? Tell your friends :D

flog.util


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

pr-map-fullyclj

(pr-map-fully m)
source

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. For all levels use :all.

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. For all levels
use `:all`.
sourceraw docstring

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

× close