Interop 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.
Interop 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.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close