@adrianhall/cloudflare-toolkit
@adrianhall/cloudflare-toolkit / index / createLogger
Function: createLogger()
createLogger(
options):Logger
Defined in: src/lib/logging/logger.ts:161
Create a new Logger with the provided options.
options.transportis required.options.leveldefaults to"info".options.clockdefaults to() => new Date().options.bindingsare merged into every emitted record.options.onTransportErrorreceives transport errors without crashing the app.
Parameters
options
Logger construction options.
Returns
A new Logger.