Skip to content
This repository has been archived by the owner on Dec 8, 2017. It is now read-only.

Commit

Permalink
Add scala.js example
Browse files Browse the repository at this point in the history
  • Loading branch information
xerial committed Apr 5, 2017
1 parent 6fc32c8 commit 1b68127
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -8,3 +8,4 @@ atlassian-ide-plugin.xml
target
result
log-test.properties
.DS_Store
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -9,6 +9,10 @@ wvlet-log is a libray for enhancing your Scala application logging with colors a

<p align="center"><img src="https://github.com/wvlet/log/raw/master/docs/images/formatters.png" alt="screenshot" style="max-width:100%;"></p>

[Scala.js](https://www.scala-js.org/) is also supported:

<p align="center"><img src="https://github.com/wvlet/log/raw/master/docs/images/scalajs-formatters.png" alt="screenshot" style="max-width:100%;"></p>

## Features
- **Simple to use**
- You can start logging by adding `wvlet.log.LogSupport` trait to your code. No need to write `Logger.getLogger(xxx)` anymore.
Expand Down
Binary file added docs/images/scalajs-formatters.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1b68127

Please sign in to comment.