An open API service indexing awesome lists of open source software.

https://github.com/maxmellon/pino-quick-viewer


https://github.com/maxmellon/pino-quick-viewer

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

![](./demo.gif)
- - -

## 次のような出力が基本的には対象です

```javascript
import pino from 'pino'

const log = pino()

log.info('任意のobject %o', {
foo: 'bar',
})
```