Functions for manipulating logback
Functions for manipulating logback
(logger)
(logger logger-name)
Get the logger with the specified name
Get the logger with the specified name
(logging-threshold-fixture)
(logging-threshold-fixture level)
(logging-threshold-fixture level appender-name)
(logging-threshold-fixture level appender-name logger-name)
A fixture to set the logging level of a specified logger
A fixture to set the logging level of a specified logger
(with-log-to-string [& [appender-name logger-name]] & body)
A scope for logging with a logger at the specified level
A scope for logging with a logger at the specified level
(with-logger-level [level & [appender-name logger-name]] & body)
A scope for logging with a logger at the specified level
A scope for logging with a logger at the specified level
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close