UNPKG

@loopback/logging

Version:

An extension exposes logging for Winston and Fluentd with LoopBack 4

17 lines 783 B
"use strict"; // Copyright IBM Corp. and LoopBack contributors 2019,2020. All Rights Reserved. // Node module: @loopback/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