UNPKG

369 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3exports.NewLoggerInstance = void 0;
4/**
5 * Constructs new logger, which logs app events to stderr.
6 */
7const NewLoggerInstance = () => {
8 const debug = require('debug');
9 return debug('mongo-seeding');
10};
11exports.NewLoggerInstance = NewLoggerInstance;
12//# sourceMappingURL=logger.js.map
\No newline at end of file