UNPKG

@lexamica-modules/logger

Version:

The various loggers and transports used for API logging in the Lexamica Eco-system

4 lines (3 loc) 204 B
import winston from 'winston'; export declare function requestFormatter(tokens: any, req: any, res: any): string; export declare const getFormat: (formatType: 'color' | 'json') => winston.Logform.Format;