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.
- Host: GitHub
- URL: https://github.com/fiftin/parse_scala_log
- Owner: fiftin
- Created: 2017-09-28T16:10:49.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-24T19:20:17.000Z (over 7 years ago)
- Last Synced: 2025-03-18T14:54:54.145Z (about 1 year ago)
- Topics: logging, logs, npm, parser
- Language: JavaScript
- Homepage: https://npmjs.com/package/parse_scala_log
- Size: 7.81 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.