Liking cljdoc? Tell your friends :D

pallet.common.logging.logback

Functions for manipulating logback

Functions for manipulating logback
raw docstring

log-prioritiesclj

source

loggerclj

(logger)
(logger logger-name)

Get the logger with the specified name

Get the logger with the specified name
sourceraw docstring

logging-threshold-fixtureclj

(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
sourceraw docstring

root-logger-nameclj

source

set-filtersclj

(set-filters appender filters)
source

with-log-to-stringcljmacro

(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
sourceraw docstring

with-logger-levelcljmacro

(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
sourceraw docstring

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

× close