Liking cljdoc? Tell your friends :D

reacl2.trace.console

Tracers to be used with reacl2.trace.core/add-tracer! that issue log entries via js/console.log.

Tracers to be used with [[reacl2.trace.core/add-tracer!]] that issue log entries via `js/console.log`.
raw docstring

class-tracercljs

(class-tracer clazz)
(class-tracer label clazz)

A tracer that logs the parts of Reacl rendering cycles that involve all components instantiated from the given Reacl class. The log entries are prefixed with the given label.

A tracer that logs the parts of Reacl rendering cycles that involve
all components instantiated from the given Reacl class. The log
entries are prefixed with the given `label`.
sourceraw docstring

component-tracercljs

(component-tracer label pred & args)

A tracer that logs the parts of Reacl rendering cycles that involve all components matching the given predicate (pred comp & args). The log entries are prefixed with the given label.

A tracer that logs the parts of Reacl rendering cycles that involve
all components matching the given predicate `(pred comp &
args)`. The log entries are prefixed with the given `label`.
sourceraw docstring

console-tracercljs

A tracer that logs everything that causes and happens during a Reacl rendering cycle.

A tracer that logs everything that causes and happens during a Reacl rendering cycle.
sourceraw docstring

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

× close