Skip to content

Type Alias: PinoCompatibleLoggerLevel

ts
type PinoCompatibleLoggerLevel =
  | "trace"
  | "debug"
  | "info"
  | "warn"
  | "error"
  | "fatal";