UNPKG

nestjs-logitron

Version:

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

9 lines (7 loc) 228 B
declare class TraceIdHandler { private static traceIdField; static getTraceIdField(): string; static setTraceIdField(traceIdField: string): void; static getTraceId(): string | null; } export { TraceIdHandler };