Support for tracing state changes in a Clara session.
Support for tracing state changes in a Clara session.
(get-trace session)
Returns the trace from the given session.
Returns the trace from the given session.
(is-tracing? session)
Returns true if the given session has tracing enabled, false otherwise.
Returns true if the given session has tracing enabled, false otherwise.
(tracing-listener)
Creates a persistent tracing event listener
Creates a persistent tracing event listener
(with-tracing session)
Returns a new session identical to the given one, but with tracing enabled. The given session is returned unmodified if tracing is already enabled.
Returns a new session identical to the given one, but with tracing enabled. The given session is returned unmodified if tracing is already enabled.
(without-tracing session)
Returns a new session identical to the given one, but with tracing disabled The given session is returned unmodified if tracing is already disabled.
Returns a new session identical to the given one, but with tracing disabled The given session is returned unmodified if tracing is already disabled.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close