nodejs-logsage
Version:
Powerful logger module for NestJS, seamlessly integrating Pino and Winston for flexible logging with easy configuration.
8 lines (6 loc) • 350 B
TypeScript
declare const TRACE_ID = "x-trace-id";
declare const APP_NAME = "logsage";
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 };