-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement a Scala.js ConsoleLogger
#680
Comments
Here's a partial facade for the |
@danicheg It seems like there is no release including this functionality available yet. Can we change that? Would be great! |
Yes, I'd love a release with this too. Until then, there is a snapshot. |
I just created a 3.6.0 milestone with the things that are almost ready, and we can get a new release. |
There's currently no "default" logging backend for Scala.js, but it should be easy to add one based on the JavaScript
console
APIs. Technicallyconsole
is not part of core JavaScript, but it is specced and is fairly standard across Node.js and browsers.I'm not a maintainer on this repo so if someone works on this or has questions please make sure to ping me :)
The text was updated successfully, but these errors were encountered: