https://github.com/maxmellon/pino-quick-viewer
https://github.com/maxmellon/pino-quick-viewer
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/maxmellon/pino-quick-viewer
- Owner: MaxMEllon
- Created: 2018-06-14T12:15:18.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-14T13:32:20.000Z (about 8 years ago)
- Last Synced: 2025-02-13T17:15:50.562Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://maxmellon.github.io/pino-quick-viewer/
- Size: 779 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

- - -
## 次のような出力が基本的には対象です
```javascript
import pino from 'pino'
const log = pino()
log.info('任意のobject %o', {
foo: 'bar',
})
```