Liking cljdoc? Tell your friends :D

taoensso.telemere.tools-logging

Interop support for tools.logging -> Telemere. 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.

Interop support for tools.logging -> Telemere.
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.
raw docstring

check-interopclj

(check-interop)

Returns interop debug info map.

Returns interop debug info map.
raw docstring

tools-logging->telemere!clj

(tools-logging->telemere!)

Configures tools.logging to use Telemere as its logging implementation (backend).

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

Configures tools.logging to use Telemere as its logging
implementation (backend).

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`
raw docstring

tools-logging->telemere?clj

(tools-logging->telemere?)

Returns true iff tools.logging is configured to use Telemere as its logging implementation (backend).

Returns true iff tools.logging is configured to use Telemere
as its logging implementation (backend).
raw docstring

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

× close