taoensso.telemere.tools-logging

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

check-intake

clj

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

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.

tools-logging->telemere?

clj

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