Comparing version 2.7.4 to 2.7.5
@@ -10,3 +10,3 @@ 'use strict' | ||
pino.info({ obj: 42, b: 2 }, 'hello world') | ||
pino.info({ obj: { aa: 'bbb' } }, 'another') | ||
pino.info({ nested: { obj: 42 } }, 'nested') | ||
setImmediate(function () { | ||
@@ -13,0 +13,0 @@ pino.info('after setImmediate') |
{ | ||
"name": "pino", | ||
"version": "2.7.4", | ||
"version": "2.7.5", | ||
"description": "fast and simple logger", | ||
@@ -5,0 +5,0 @@ "main": "pino.js", |
@@ -0,1 +1,3 @@ | ||
![banner](pino-banner.png) | ||
# pino [![Build Status](https://travis-ci.org/mcollina/pino.svg)](https://travis-ci.org/mcollina/pino) [![Coverage Status](https://coveralls.io/repos/github/mcollina/pino/badge.svg?branch=master)](https://coveralls.io/github/mcollina/pino?branch=master) [![TypeScript definitions on DefinitelyTyped](http://definitelytyped.org/badges/standard.svg)](http://definitelytyped.org) | ||
@@ -180,2 +182,3 @@ | ||
* <a href="#trace"><code>logger.<b>trace()</b></code></a> | ||
* <a href="#flush"><code>logger.<b>flush()</b></code></a> | ||
* <a href="#levelVal"><code>logger.<b>levelVal</b></code></a> | ||
@@ -363,2 +366,9 @@ * <a href="#level-change"><code>logger.on(<b>'level-change'</b>, fn)</code></a> | ||
<a name="flush"></a> | ||
### logger.flush() | ||
Flushes the content of the buffer in [extreme mode](#extreme). It has no effect if | ||
extreme mode is not enabled. | ||
<a name="levelVal"></a> | ||
@@ -921,2 +931,4 @@ ### logger.levelVal | ||
Logo and identity designed by Beibhinn Murphy O'Brien: https://www.behance.net/BeibhinnMurphyOBrien. | ||
## License | ||
@@ -923,0 +935,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
579216
27
937