UNPKG

nodejs-logsage

Version:

Powerful logger module for NestJS, seamlessly integrating Pino and Winston for flexible logging with easy configuration.

8 lines (6 loc) 173 B
declare class TraceIdHandler { private static traceId; static getTraceIdField(): string; static setTraceId(traceId: string): void; } export { TraceIdHandler };