Tufte -> Timbre handler, Ref. <https://www.taoensso.com/timbre>.
(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)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close