Liking cljdoc? Tell your friends :D

flog.api.async


debugcljmacro

(debug thing)
(debug thing & more)
source

errorcljmacro

(error thing)
(error thing & more)
source

execclj

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`.
sourceraw docstring

fatalcljmacro

(fatal thing)
(fatal thing & more)
source

infocljmacro

(info thing)
(info thing & more)
source

log*cljmacro

(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.
sourceraw docstring

tracecljmacro

(trace thing)
(trace thing & more)
source

warncljmacro

(warn thing)
(warn thing & more)
source

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

× close