Liking cljdoc? Tell your friends :D

ring.logger.timbre


make-timbre-loggerclj

(make-timbre-logger)
source

wrap-with-body-loggerclj

(wrap-with-body-logger handler)

Returns a Ring middleware handler which logs request body payloads using taoensso/timbre as logger.

Returns a Ring middleware handler which logs request body payloads using
taoensso/timbre as logger.
sourceraw docstring

wrap-with-loggerclj

(wrap-with-logger handler)
(wrap-with-logger handler options)

Returns a Ring middleware handler which uses taoensso/timbre as logger.

Supported options are the same as of ring.logger/wrap-with-logger, except of :logger-impl which is fixed to a TimbreLogger instance

Returns a Ring middleware handler which uses taoensso/timbre as logger.

Supported options are the same as of ring.logger/wrap-with-logger, except of
:logger-impl which is fixed to a TimbreLogger instance
sourceraw docstring

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

× close