copper-leaf / clog

Zero-config Kotlin multiplatform logging utility
https://copper-leaf.github.io/clog/
BSD 3-Clause "New" or "Revised" License
18 stars 3 forks source link

Move SLF4J integration into a separate artifact #3

Open cjbrooks12 opened 3 years ago

cjbrooks12 commented 3 years ago

To keep Clog's core as dependency-free and lightweight as possible, SLF4J integration should be moved into a separate artifact. It should be a JVM-only module, which can be consumed by either Android or JVM core modules, to avoid the code duplication that currently exists with this.