Intake support for `clojure.tools.logging` -> Telemere. Telemere will attempt to load this ns automatically when possible.
(check-intake)
Returns {:keys [present? sending->telemere? telemere-receiving?]}.
(tools-logging->telemere!)
Configures `clojure.tools.logging` to use Telemere as its logging implementation. Called automatically if the following is true: (get-env {:as :bool} :clojure.tools.logging/to-telemere) See `get-env` for details.
(tools-logging->telemere?)
Returns true iff `clojure.tools.logging` is configured to use Telemere as its logging implementation.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close