Liking cljdoc? Tell your friends :D

clara.tools.tracing

Support for tracing state changes in a Clara session.

Support for tracing state changes in a Clara session.
raw docstring

get-traceclj/s

(get-trace session)

Returns the trace from the given session.

Returns the trace from the given session.
sourceraw docstring

is-tracing?clj/s

(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.
sourceraw docstring

PersistentTracingListenercljs

source

tracing-listenerclj/s

(tracing-listener)

Creates a persistent tracing event listener

Creates a persistent tracing event listener
sourceraw docstring

TracingListenercljs

source

with-tracingclj/s

(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.
sourceraw docstring

without-tracingclj/s

(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.
sourceraw docstring

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

× close