@gabliam/log4js
Version:
log4js plugin for gabliam
8 lines (7 loc) • 365 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.default = void 0;
const tslib_1 = require("tslib");
const log4js_plugin_1 = require("./log4js-plugin");
Object.defineProperty(exports, "default", { enumerable: true, get: function () { return log4js_plugin_1.Log4jsPlugin; } });
tslib_1.__exportStar(require("./log4js"), exports);