0.0.2 • Published 10 months ago

pocketbase-log v0.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

pocketbase-log

Object-safe logging helpers for PocketBase.

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.
0.0.2

10 months ago

0.0.1

10 months ago