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

https://github.com/benallfree/pocketbase-log


https://github.com/benallfree/pocketbase-log

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# pocketbase-log

Object-safe logging helpers for PocketBase.

```js
const { info, warn, error, dbg, log } = require('pocketbase-log')
dbg(`Hello world`, { foo: 42 })
```

## Notes

- `log` is available at startup. All other logging should be used inside handlers.