Object-safe logging helpers for PocketBase.
npm install pocketbase-logObject-safe logging helpers for PocketBase.
``jsHello world
const { info, warn, error, dbg, log } = require('pocketbase-log')
dbg(, { foo: 42 })`
- log` is available at startup. All other logging should be used inside handlers.