@loopback/logging
Version:
An extension exposes logging for Winston and Fluentd with LoopBack 4
14 lines (11 loc) • 400 B
text/typescript
// 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
/**
* This module contains a component provides logging facilities based on Winston
* and Fluentd.
*
* @packageDocumentation
*/
export * from './logging.decorator';