An open API service indexing awesome lists of open source software.

https://github.com/fiftin/parse_scala_log

NPM package for parsing Scala log messages.
https://github.com/fiftin/parse_scala_log

logging logs npm parser

Last synced: about 1 month ago
JSON representation

NPM package for parsing Scala log messages.

Awesome Lists containing this project

README

          

# parse_scala_log
NPM package for parsing Scala log messages.

Example of use:
```
const parse = require('parse_scala_log');
const obj = parse('Car(brand=BMW, model=X6, components={Engine(power=225, consumption=8.6)})');
```
RunKit: https://runkit.com/fiftin/parse-scala-log

Other examples you can find in test directory.