mongodb-data-service
Version:
MongoDB Data Service
10 lines • 504 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.WithLogContext = exports.mongoLogId = exports.debug = void 0;
const compass_logging_1 = require("@mongodb-js/compass-logging");
Object.defineProperty(exports, "mongoLogId", { enumerable: true, get: function () { return compass_logging_1.mongoLogId; } });
exports.debug = compass_logging_1.debug.extend('data-service');
class WithLogContext {
}
exports.WithLogContext = WithLogContext;
//# sourceMappingURL=logger.js.map
;