(action body)
(action context body)
(action logger context body)
(bind-trace trace thunk)
binds a trace id to the log
binds a trace id to the log
(block body)
(block context body)
(block logger context body)
(defmeter name level preset)
creates a meter macro
creates a meter macro
(item-style {:keys [label hide show retain] :as m})
styles the actual log entry
styles the actual log entry
(meter body)
(meter context body)
(meter logger context body)
(meter-fn logger thunk level {:console/keys [style] :as context})
constructs a meter function
constructs a meter function
(meter-form level id form body logger context preset)
helper to the meter
macro
helper to the `meter` macro
(note body)
(note context body)
(note logger context body)
(on-color color)
produces an on-color style for console label
produces an on-color style for console label
(on-grey color)
produces an on-grey style for console label
produces an on-grey style for console label
(on-white color)
produces an on-white style for console label
produces an on-white style for console label
(profile body)
(profile context body)
(profile logger context body)
(section body)
(section context body)
(section logger context body)
(show body)
(show context body)
(show logger context body)
(silent body)
(silent context body)
(silent logger context body)
(spy body)
(spy context body)
(spy logger context body)
(spy-fn logger thunk level context)
(spy-fn logger
thunk
level
context
{:keys [start-fn wrap-fn write-fn end-fn error-fn] :as hooks})
constructs a spy function with print on start and end
constructs a spy function with print on start and end
(spy-form level id form body logger context preset)
helper function for the spy
macro
helper function for the `spy` macro
(status body)
(status context body)
(status logger context body)
(task body)
(task context body)
(task logger context body)
(todo body)
(todo context body)
(todo logger context body)
(trace body)
(trace context body)
(trace logger context body)
(track body)
(track context body)
(track logger context body)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close