Liking cljdoc? Tell your friends :D

automaton-core.log.be-log

This namespace works as a backend proxy for chosing the logging implementation. Macros in this namespace to log are chosen from automaton-core.log. Current structure is generic for logging level, as they are the same right now in sense of this proxy. In future it may develop if needed to e.g. have the same number of macros as in automaton-core.log.

This namespace works as a backend proxy for chosing the logging implementation.
Macros in this namespace to log are chosen from `automaton-core.log`.
Current structure is generic for logging level, as they are the same right now in sense of this proxy.
In future it may develop if needed to e.g. have the same number of macros as in `automaton-core.log`.
raw docstring

logcljmacro

(log logger-ids level & message)

log-datacljmacro

(log-data logger-ids level data & additional-message)

log-exceptioncljmacro

(log-exception logger-ids level exception & additional-message)

log-formatcljmacro

(log-format logger-ids level fmt & data)

log-init!clj

(log-init! {:keys [dsn env]})

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

× close