UNPKG

344 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3const Config_1 = require("../Config");
4const LoggerService_1 = require("./LoggerService");
5exports.LoggerServiceFactory = (sm) => {
6 return new LoggerService_1.LoggerService(sm.get(Config_1.Config).of('logger'));
7};
8//# sourceMappingURL=LoggerServiceFactory.js.map
\No newline at end of file