Reference timestamp for relative timing. Use set-epoch! to configure.
Reference timestamp for relative timing. Use set-epoch! to configure.
(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.
(simple-log level logger-ns message kvs)Default logging implementation that outputs to browser console.
Logs include:
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)
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |