Liking cljdoc? Tell your friends :D
All platforms.

taoensso.tufte.timbre

Tufte -> Timbre handler,
Ref. <https://www.taoensso.com/timbre>.

handler:timbreclj/s

(handler:timbre)
(handler:timbre {:keys [level-fn format-pstats-opts] :or {level-fn identity}})
Alpha, subject to change!
Returns a signal handler that:
  - Takes a Tufte profiling signal (map).
  - Uses Timbre to log the signal as a human-readable string.

Options:
  `:level-fn` ----------- (fn [tufte-level]) => timbre-level (default `identity`).
  `:format-pstats-opts` - Opts map provided to `format-pstats` (default nil)
source

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

× close