Liking cljdoc? Tell your friends :D

taoensso.telemere.tools-logging

Intake support for `clojure.tools.logging` -> Telemere.
Telemere will attempt to load this ns automatically when possible.

check-intakeclj

(check-intake)
Returns {:keys [present? sending->telemere? telemere-receiving?]}.
source

tools-logging->telemere!clj

(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.
source

tools-logging->telemere?clj

(tools-logging->telemere?)
Returns true iff `clojure.tools.logging` is configured to use Telemere
as its logging implementation.
source

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

× close