amperity / dialog

Simple just-enough logging library for Clojure
MIT License
39 stars 2 forks source link

Provide implementation for slf4j-api 2.0 #18

Closed ieugen closed 1 year ago

ieugen commented 2 years ago

slf4j 2.0 uses ServiceLoader mechanism instead of older loading mechanism.

This makes it compatible with Java 9 module system.

See https://www.slf4j.org/manual.html https://github.com/amperity/dialog/pull/11#issuecomment-1302321624