Skip to content

Commit

Permalink
api full
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmarkclements authored and watson committed Jan 9, 2017
1 parent aeecbd6 commit 9b39b18
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,8 +195,6 @@ INFO [2016-03-09T15:27:09.339Z] (14139 on MacBook-Pro-3.home): hello world

<a name="api"></a>
## API
<details>
<summary> index: </summary>
* <a href="#constructor"><code><b>pino()</b></code></a>
* <a href="#child"><code>logger.<b>child()</b></code></a>
* <a href="#level"><code>logger.<b>level</b></code></a>
Expand Down Expand Up @@ -570,7 +568,6 @@ var log = pino({
log.child({ widget: 'foo' }).info('hello')
log.child({ widget: 'bar' }).warn('hello 2')
```
</details>

<a name="addLevel"></a>
### pino.addLevel(name, lvl)
Expand Down

0 comments on commit 9b39b18

Please sign in to comment.