Comparing version 3.0.0 to 3.0.1
{ | ||
"name": "bole", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"description": "A tiny JSON logger", | ||
@@ -5,0 +5,0 @@ "main": "bole.js", |
# bole | ||
**A tiny JSON logger** | ||
**A tiny JSON logger, optimised for speed and simplicity** | ||
@@ -9,3 +9,3 @@ [![NPM](https://nodei.co/npm/bole.png?downloads=true&downloadRank=true&stars=true)](https://nodei.co/npm/bole/) | ||
**bole** is designed for global singleton use. Your application has many log sources, but they all aggregate to the same sources. You configure output in *one place* for an application, regardless of how many modules and dependencies are also using **bole** for logging. | ||
**bole** is designed for **global singleton use**. Your application has many log sources, but they all aggregate to the same sources. You configure output in *one place* for an application, regardless of how many modules and dependencies are also using **bole** for logging. | ||
@@ -44,2 +44,3 @@ ## Example | ||
* Very fast, bole has been optimised for common cases and is designed to add minimal overhead to your applications, use the `fastTime` feature (below) to make it even faster | ||
* Arbitrary log **names**, create a logger by calling `var log = bole('logname')` and `'logname'` will be attached to the output | ||
@@ -46,0 +47,0 @@ * Loggers have 4 levels / methods: `log.debug()`, `log.info()`, `log.warn()`, `log.error()` |
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
29458
134