(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. 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`.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close