(debug thing)
(debug thing & more)
(error thing)
(error thing & more)
The underlying executor to use (lazy-loaded). If the runtime supports
virtual-threads (java 19+), returns a newThreadPerTaskExecutor
).
Otherwise, returns the (usual) Agent/soloExecutor
.
The underlying executor to use (lazy-loaded). If the runtime supports virtual-threads (java 19+), returns a `newThreadPerTaskExecutor`). Otherwise, returns the (usual) `Agent/soloExecutor`.
(fatal thing)
(fatal thing & more)
(info thing)
(info thing & more)
(log* builder thing)
(log* builder thing varargs)
Entry point for asynchronous logging.
Sends (per send-off
) the synchronous call
to clojure.tools.logging/*logging-agent*
,
making sure it doesn't lose the context.
Entry point for asynchronous logging. Sends (per `send-off`) the synchronous call to `clojure.tools.logging/*logging-agent*`, making sure it doesn't lose the context.
(trace thing)
(trace thing & more)
(warn thing)
(warn thing & more)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close