Liking cljdoc? Tell your friends :D

std.log.profile


actioncljmacro

(action body)
(action context body)
(action logger context body)

bind-traceclj

(bind-trace trace thunk)

binds a trace id to the log

binds a trace id to the log
raw docstring

blockcljmacro

(block body)
(block context body)
(block logger context body)

defmetercljmacro

(defmeter name level preset)

creates a meter macro

creates a meter macro
raw docstring

defspycljmacro

(defspy name level preset)

creates a spy macro

creates a spy macro
raw docstring

item-styleclj

(item-style {:keys [label hide show retain] :as m})

styles the actual log entry

styles the actual log entry
raw docstring

metercljmacro

(meter body)
(meter context body)
(meter logger context body)

meter-fnclj

(meter-fn logger thunk level {:console/keys [style] :as context})

constructs a meter function

constructs a meter function
raw docstring

meter-formclj

(meter-form level id form body logger context preset)

helper to the meter macro

helper to the `meter` macro
raw docstring

notecljmacro

(note body)
(note context body)
(note logger context body)

on-colorclj

(on-color color)

produces an on-color style for console label

produces an on-color style for console label
raw docstring

on-greyclj

(on-grey color)

produces an on-grey style for console label

produces an on-grey style for console label
raw docstring

on-whiteclj

(on-white color)

produces an on-white style for console label

produces an on-white style for console label
raw docstring

profilecljmacro

(profile body)
(profile context body)
(profile logger context body)

sectioncljmacro

(section body)
(section context body)
(section logger context body)

showcljmacro

(show body)
(show context body)
(show logger context body)

silentcljmacro

(silent body)
(silent context body)
(silent logger context body)

spycljmacro

(spy body)
(spy context body)
(spy logger context body)

spy-fnclj

(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
raw docstring

spy-formclj

(spy-form level id form body logger context preset)

helper function for the spy macro

helper function for the `spy` macro
raw docstring

statuscljmacro

(status body)
(status context body)
(status logger context body)

taskcljmacro

(task body)
(task context body)
(task logger context body)

todocljmacro

(todo body)
(todo context body)
(todo logger context body)

tracecljmacro

(trace body)
(trace context body)
(trace logger context body)

trackcljmacro

(track body)
(track context body)
(track logger context body)

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

× close