UNPKG

@wnqueiroz/ecs-winston

Version:

A formatter for the winston logger compatible with Elastic Common Schema (ECS) 🚀

6 lines (5 loc) • 293 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ecsWinstonFormat = void 0; var ecs_winston_1 = require("./ecs-winston"); Object.defineProperty(exports, "ecsWinstonFormat", { enumerable: true, get: function () { return ecs_winston_1.ecsWinstonFormat; } });