Comparing version 7.2.1 to 7.3.0
{ | ||
"name": "choo-log", | ||
"version": "7.2.1", | ||
"version": "7.3.0", | ||
"description": "Development logger for choo", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -31,3 +31,3 @@ # choo-log [![stability][0]][1] | ||
### `emitter.emit('log:<level>', msg)` | ||
Send a log event. `choo-log` will pass `log:<level>` events through to [nanologger](https://github.com/yoshuawuyts/nanologger). For example: | ||
Send a log event. `choo-log` will pass `log:<level>` events through to [nanologger](https://github.com/choojs/nanologger). For example: | ||
@@ -48,3 +48,3 @@ ```js | ||
Set the [nanologger log level](https://github.com/yoshuawuyts/nanologger#level--logloglevel), e.g.: | ||
Set the [nanologger log level](https://github.com/choojs/nanologger#level--logloglevel), e.g.: | ||
@@ -67,6 +67,6 @@ ```js | ||
[3]: https://npmjs.org/package/choo-log | ||
[4]: https://img.shields.io/travis/yoshuawuyts/choo-log/master.svg?style=flat-square | ||
[5]: https://travis-ci.org/yoshuawuyts/choo-log | ||
[6]: https://img.shields.io/codecov/c/github/yoshuawuyts/choo-log/master.svg?style=flat-square | ||
[7]: https://codecov.io/github/yoshuawuyts/choo-log | ||
[4]: https://img.shields.io/travis/choojs/choo-log/master.svg?style=flat-square | ||
[5]: https://travis-ci.org/choojs/choo-log | ||
[6]: https://img.shields.io/codecov/c/github/choojs/choo-log/master.svg?style=flat-square | ||
[7]: https://codecov.io/github/choojs/choo-log | ||
[8]: http://img.shields.io/npm/dm/choo-log.svg?style=flat-square | ||
@@ -76,6 +76,6 @@ [9]: https://npmjs.org/package/choo-log | ||
[11]: https://github.com/feross/standard | ||
[12]: https://github.com/yoshuawuyts/choo | ||
[12]: https://github.com/choojs/choo | ||
[13]: https://img.shields.io/badge/built%20for%20choo-v4-ffc3e4.svg?style=flat-square | ||
[14]: https://github.com/yoshuawuyts/choo | ||
[15]: https://github.com/yoshuawuyts/nanologger/blob/master/index.js#L17 | ||
[14]: https://github.com/choojs/choo | ||
[15]: https://github.com/choojs/nanologger/blob/master/index.js#L17 | ||
[buf]: https://developer.mozilla.org/en-US/docs/Web/API/Performance/onresourcetimingbufferfull |
Sorry, the diff of this file is not supported yet
176407
9
201