Closed jokade closed 7 years ago
For use with Scala.js we should have a LazyLoggingJS trait extending js.Object so that it can be mixed into classes marked as @ScalaJSDefined.
LazyLoggingJS
js.Object
@ScalaJSDefined
This currently not possible with Scala.js: https://www.scala-js.org/doc/interoperability/sjs-defined-js-classes.html
For use with Scala.js we should have a
LazyLoggingJS
trait extendingjs.Object
so that it can be mixed into classes marked as@ScalaJSDefined
.