scala-js/scala-js-java-logging

Name: scala-js-java-logging

Owner: Scala.js

Description: Scala.js implementation for java.logging

Created: 2016-06-07 08:05:09.0

Updated: 2018-05-19 15:08:42.0

Pushed: 2018-05-19 15:08:40.0

Homepage: null

Size: 41

Language: Scala

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

scalajs-java-logging

Build Status 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:

aryDependencies += "org.scala-js" %%% "scalajs-java-logging" % "0.1.4"

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

 val myCross = crossProject.
.
Settings.(
libraryDependencies += "org.scala-js" %%% "scalajs-java-logging" % "0.1.4"

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.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.