UNPKG

blanc-logger

Version:

Advanced Winston logger for NestJS & TypeORM with structured logging.

13 lines (12 loc) 440 B
import * as winston from 'winston'; export interface CustomTransformableInfo extends winston.Logform.TransformableInfo { rawLevel?: string; logId?: string; requestId?: string; moduleName?: string; context?: { moduleName?: string; } | string; } /** 구성된 전송 및 포맷을 사용하여 WinstonModule로 blancLogger를 생성 */ export declare const blancLogger: import("@nestjs/common").LoggerService;