Liking cljdoc? Tell your friends :D

logbug.ring


wrap-handler-with-loggingcljmacro

(wrap-handler-with-logging handler)
(wrap-handler-with-logging handler loglevel)
(wrap-handler-with-logging handler loglevel ns)

Convenience macro which calls wrap-handler-with-logging*. The macro ensures that the current namespace is used from where this macro is used.

Convenience macro which calls wrap-handler-with-logging*.
The macro ensures that the current namespace is used from
where this macro is used.
sourceraw docstring

wrap-handler-with-logging*clj

(wrap-handler-with-logging* handler loglevel ns)

Wraps a ring handler. Logs request and response including the level of wraps.

Wraps a ring handler. Logs request and response including
the level of wraps.
sourceraw docstring

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

× close