Liking cljdoc? Tell your friends :D

taoensso.telemere.slf4j

Intake support for SLF4J -> Telemere. Telemere will attempt to load this ns automatically when possible.

To use Telemere as your SLF4J backend/provider, just include the com.taoensso/slf4j-telemere dependency on your classpath.

Implementation details, Ref. https://www.slf4j.org/faq.html#slf4j_compatible:

  • Libs must include org.slf4j/slf4j-api dependency, but NO backend.

  • Users must include a single backend dependency of their choice (e.g. com.taoensso/slf4j-telemere or org.slf4j/slf4j-simple).

  • SLF4J uses standard ServiceLoader mechanism to find its logging backend, searches for SLF4JServiceProvider provider on classpath.

Intake support for SLF4J -> Telemere.
Telemere will attempt to load this ns automatically when possible.

To use Telemere as your SLF4J backend/provider, just include the
`com.taoensso/slf4j-telemere` dependency on your classpath.

Implementation details,
Ref. <https://www.slf4j.org/faq.html#slf4j_compatible>:

  - Libs  must include `org.slf4j/slf4j-api` dependency, but NO backend.

  - Users must include a single backend dependency of their choice
    (e.g. `com.taoensso/slf4j-telemere` or `org.slf4j/slf4j-simple`).

  - SLF4J uses standard `ServiceLoader` mechanism to find its logging backend,
    searches for `SLF4JServiceProvider` provider on classpath.
raw docstring

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

× close