log4cats icon indicating copy to clipboard operation
log4cats copied to clipboard

ScalaJS Implementation for our slf4j-api wrapper.

Open ChristopherDavenport opened this issue 6 years ago • 2 comments

This would mean backporting some of the internals of slf4j to scalajs so this works as well. Some previous art exists in other scala logging libraries.

ChristopherDavenport avatar May 30 '18 18:05 ChristopherDavenport

Couldn't this be done with just log4s?

cquiroz avatar Sep 06 '19 14:09 cquiroz

https://github.com/ChristopherDavenport/log4cats-log4s - Log4s already has a scalajs backend, but the intermediate layer is unnecessary for this abstraction.

ChristopherDavenport avatar Sep 06 '19 15:09 ChristopherDavenport