0.0.2 • Published 10 months ago
pocketbase-log v0.0.2
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.