tools.logging -> Telemere interop. Telemere will attempt to load this ns automatically when possible. Naming conventions: `tools.logging` - For referring to the library. `tools-logging` - For symbols, keywords, and this namespace. `clojure.tools.logging` - For env config to match library's conventions.
(tools-logging->telemere!)
Configures tools.logging to use Telemere as its logging implementation (backend). Called automatically if one of the following is "true": 1. JVM property: `clojure.tools.logging.to-telemere` 2. Env variable: `CLOJURE_TOOLS_LOGGING_TO_TELEMERE` 3. Classpath resource: `clojure.tools.logging.to-telemere`
(tools-logging->telemere?)
Returns true iff tools.logging is configured to use Telemere as its logging implementation (backend).
cljdoc builds & hosts documentation for Clojure/Script libraries
Ctrl+k | Jump to recent docs |
← | Move to previous article |
→ | Move to next article |
Ctrl+/ | Jump to the search field |