(reload-config!)
Reconfigures log4j from a log4j.properties file on the classpath
Reconfigures log4j from a log4j.properties file on the classpath
(set-all-loggers-level! level)
Sets the level of all configured loggers to be at level
.
Sets the level of all configured loggers to be at `level`.
(set-logger-level! logger level)
Sets the specified logger
to be at level
.
Sets the specified `logger` to be at `level`.
(set-root-logger-level! level)
Sets the root logger to be at level
.
Sets the root logger to be at `level`.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close