UNPKG

logjet

Version:

Structured, async TypeScript logger with console, file, HTTP transports and NestJS support

8 lines 258 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.formatAsJson = void 0; const formatAsJson = (entry) => { return JSON.stringify(entry); }; exports.formatAsJson = formatAsJson; //# sourceMappingURL=json.formatter.js.map