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-all-levels!clj

(set-all-levels! level)
(set-all-levels! parent-logger level)

Wrapper around Configurator.setAllLevels(). <parent-logger> should be a String

  • defaults to LogManager/ROOT_LOGGER_NAME in the 1-arg arity.
Wrapper around `Configurator.setAllLevels()`. <parent-logger> should be a String
- defaults to `LogManager/ROOT_LOGGER_NAME` in the 1-arg arity.
sourceraw docstring

set-level!clj

(set-level! loggers-or-level)
(set-level! logger level)

Sets the <level> of some <logger> in the current configuration (can be String/sequential/set). The 1-arg arity can be used to either pass a map (logger => level), or a normal level keyword, in which case the :root logger (per LogManager/ROOT_LOGGER_NAME), will be used. For Level/ALL levels use :all.

Sets the <level> of some <logger> in the current configuration (can be String/sequential/set).
The 1-arg arity can be used to either pass a map (logger => level),
or a normal level keyword, in which case the :root logger (per `LogManager/ROOT_LOGGER_NAME`),
will be used. For `Level/ALL` levels use `:all`.
sourceraw docstring

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

× close