@inward/extension-logging
Version:
LoopBack Logging for Winston and Fluentd
15 lines • 550 B
JavaScript
;
// 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");
/**
* This module contains a component provides logging facilities based on Winston
* and Fluentd.
*
* @packageDocumentation
*/
tslib_1.__exportStar(require("./logging.decorator"), exports);
//# sourceMappingURL=index.js.map