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

interpcljs

(interp & args)
source

log-group-end!cljs

(log-group-end!)
source

log-group-start!cljs

(log-group-start! & args)
source

log-in-group!cljs

(log-in-group! state & args)
source

log-native-component?cljs

source

LogMulticljs

source

LogObjcljs

source

multicljs

(multi & args)
source

multi?cljs

(multi? v)
source

objcljs

(obj v)
source

obj?cljs

(obj? v)
source

show-valuecljs

(show-value a)
source

styledcljs

(styled style & args)
source

Styledcljs

source

styled?cljs

(styled? v)
source

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

× close