https://github.com/benallfree/pocketbase-log
https://github.com/benallfree/pocketbase-log
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/benallfree/pocketbase-log
- Owner: benallfree
- License: mit
- Created: 2024-09-09T07:20:53.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-13T07:33:48.000Z (about 1 year ago)
- Last Synced: 2025-04-19T20:25:40.906Z (6 months ago)
- Language: TypeScript
- Size: 248 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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.