Skip to content

scala-js/scala-js-java-logging

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b166a05 · Dec 1, 2021

History

62 Commits
Dec 1, 2021
Mar 5, 2021
May 19, 2018
Apr 5, 2017
Jun 8, 2016
Dec 1, 2021
Jun 8, 2016
Dec 1, 2021
Dec 1, 2021
Jun 8, 2016

Repository files navigation

scalajs-java-logging

CI Scala.js Scala.js

scalajs-java-logging is a BSD-licensed reimplementation of the java.logging API for Scala.js. It enables this API in Scala.js projects.

Usage

Simply add the following line to your sbt settings:

libraryDependencies += "org.scala-js" %%% "scalajs-java-logging" % "1.0.0"

If you have a crossProject, the setting must be used only in the JS part:

lazy val myCross = crossProject.
  ...
  jsSettings.(
    libraryDependencies += "org.scala-js" %%% "scalajs-java-logging" % "1.0.0"
  )

Work in Progress / linking errors

This library is a work in progress. There are still many classes and methods that have not been implemented yet. If you use any of those, you will get linking errors.

Feel free to contribute to extend the set of supported classes and methods!

License

scalajs-java-logging is distributed under the BSD 3-Clause license.

Contributing

Follow the contributing guide.

About

Scala.js implementation for java.logging

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages