Log4s / log4s

High-performance SLF4J wrapper for Scala.
Other
171 stars 25 forks source link

Dotty support #51

Closed rossabaker closed 3 years ago

rossabaker commented 4 years ago

Because of the macros, log4s doesn't work in Scala 2 Compatibility Mode with Dotty. The API should remain compatible, but we'll need to split some implementations into Scala-versioned directories.

rossabaker commented 4 years ago

I'm starting to look at this.