type alias PinoFactory
Since 0.1.0

Factory signature for creating a Pino logger instance. Matches the shape of the pino default export and allows tests to inject a stub.

Definition

(options: { level: LogLevel; redact?: readonly string[]; base?: Record<string, unknown>; }) => PinoLoggerLike

Usage

import { type PinoFactory } from "logger-plugin/src/index.ts";