UNPKG

nodejs-logitron

Version:

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

8 lines (6 loc) 358 B
declare const TRACE_ID = "x-trace-id"; declare const APP_NAME = "nodejs-logitron"; declare const EXECUTION_LOG_START_TIME = "EXECUTION_LOG_START_TIME"; declare const LOGGER_OPTIONS = "LOGGER_OPTIONS"; declare const EXECUTION_LOG_CALLER = "EXECUTION_LOG_CALLER"; export { APP_NAME, EXECUTION_LOG_CALLER, EXECUTION_LOG_START_TIME, LOGGER_OPTIONS, TRACE_ID };