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 one of the following is "true":
JVM property: `clojure.tools.logging.to-telemere`
Env variable: `CLOJURE_TOOLS_LOGGING_TO_TELEMERE`
Classpath resource: `clojure.tools.logging.to-telemere`tools-logging->telemere?
clj
(tools-logging->telemere?)Returns true iff `clojure.tools.logging` is configured to use Telemere as its logging implementation.