@ts-ioc/logs
Version:
tsioc is AOP, Ioc container, via typescript decorator
11 lines (9 loc) • 353 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var core_1 = require("@ts-ioc/core");
/**
* Log configure interface symbol.
* it is a symbol id, you can register yourself LogConfigure for this.
*/
exports.LogConfigureToken = new core_1.InjectToken('DI_LogConfigure');
//# sourceMappingURL=sourcemaps/LogConfigure.js.map