Liking cljdoc? Tell your friends :D

shimmer.format


epochcljs

Reference timestamp for relative timing. Use set-epoch! to configure.

Reference timestamp for relative timing. Use set-epoch! to configure.
sourceraw docstring

set-epoch!cljs

(set-epoch!)
(set-epoch! time)

Set a reference timestamp for relative timing in logs.

With no arguments, uses the current time. With a timestamp argument, uses that specific time.

When epoch is set, logs will show elapsed time since the epoch instead of absolute timestamps.

Set a reference timestamp for relative timing in logs.

With no arguments, uses the current time.
With a timestamp argument, uses that specific time.

When epoch is set, logs will show elapsed time since the epoch
instead of absolute timestamps.
sourceraw docstring

simple-logcljs

(simple-log level logger-ns message kvs)

Default logging implementation that outputs to browser console.

Logs include:

  • Colored namespace prefix (via CSS)
  • All key-value pairs from the log call
  • Automatic timing information (absolute or relative to epoch)
Default logging implementation that outputs to browser console.

Logs include:
- Colored namespace prefix (via CSS)
- All key-value pairs from the log call
- Automatic timing information (absolute or relative to epoch)
sourceraw docstring

stylescljs

source

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close