@blacklane/kiev-js
Advanced tools
Comparing version 0.1.1 to 0.1.2
{ | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"license": "MIT", | ||
@@ -56,3 +56,3 @@ "main": "dist/index.js", | ||
}, | ||
"description": "This project was bootstrapped with [TSDX](https://github.com/jaredpalmer/tsdx).", | ||
"description": "A simple logging library to generate JSON formatted logging messages.", | ||
"dependencies": {}, | ||
@@ -59,0 +59,0 @@ "repository": { |
# Kiev-js | ||
[![Build status badge](https://travis-ci.com/blacklane/kiev-js.svg?token=eqEro8Uh7aLKHHx8ps1S&branch=master)](https://travis-ci.com/blacklane/kiev-js) | ||
A lightweight logging library to generate Datadog friendly logs. | ||
@@ -23,5 +25,11 @@ | ||
```sh | ||
npm install blacklane/kiev-js#master | ||
npm install blacklane/kiev-js | ||
``` | ||
and then import the logger by adding te following line at the top of your file. | ||
```js | ||
import logger from '@blacklane/kiev-js' | ||
``` | ||
### Tests & Linter | ||
@@ -28,0 +36,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
25645
41