UNPKG

@inward/extension-logging

Version:

LoopBack Logging for Winston and Fluentd

17 lines 765 B
"use strict"; // Copyright IBM Corp. 2019,2020. All Rights Reserved. // Node module: @inward/extension-logging // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT Object.defineProperty(exports, "__esModule", { value: true }); const tslib_1 = require("tslib"); /** * A component provides logging facilities based on * {@link https://github.com/winstonjs/winston | Winston} and * {@link https://github.com/fluent/fluent-logger-node | Fluentd}. */ tslib_1.__exportStar(require("./decorators"), exports); tslib_1.__exportStar(require("./keys"), exports); tslib_1.__exportStar(require("./logging.component"), exports); tslib_1.__exportStar(require("./winston"), exports); //# sourceMappingURL=index.js.map