UNPKG

log-vault

Version:

A generator of Winston logger instance with pre-defined configurable transports and formats and extra functionality.

10 lines (9 loc) 279 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.formatMeta = void 0; const winston_1 = require("winston"); const __1 = require(".."); exports.formatMeta = (0, winston_1.format)((info) => { info.meta = info[__1.META]; return info; });