UNPKG

@adonisjs/logger

Version:

Logger built on top of pino to be used by AdonisJs

6 lines (5 loc) 249 B
import type { FileTargetOptions, TransportTargetOptions, Level } from '../types.js'; /** * Construct options object for the file target. */ export declare function file(options?: FileTargetOptions, level?: string | Level): TransportTargetOptions;